-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathbudgetrc.sample
39 lines (33 loc) · 1.25 KB
/
budgetrc.sample
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
# Create a file ".budgetrc" in your home directory.
# Then copy-paste this file (or whatever you need)
# Lines with a '#' are comments and won't be read
# Keep in mind, empty values like "default_currency=" will be valid (so in this case your currency is a currency without code/name :D)
# VERY IMPORTANT --> Don't put comments on the right side of the '=' sign as they will be read as values.
## Server configuration
# Server url
server_url=localhost
# Port number
server_port=8080
# Username for budget server (don't put extra space at the end)
web_user=admin
# Password for budget server (don't put extra space at the end)
web_password=1234
# By default server is running in secure mode
# server_secure=true
# path to .budget/ default is /home/$USER/.budget on linux
# directory=
# Currency code like EUR, USD...
default_currency=CHF
# Sets a default account
# default_account=
## Next values can be true or false
# multi_year_balance=
# aggregate_full=
# aggregate_no_group=
# asset_no_group=
## When this is set to true, it doesn't appear on budget server
# disable_fortune=true
# disable_debts=true
## Indicates which separator to use, default is '/'
## For example: Groceries/Costco and Groceries/CVS will be aggregated to Groceries
# aggregate_separator=