Removed unused variables in .env.example
This commit is contained in:
parent
f5f6871b64
commit
37b006f867
19
.env.example
19
.env.example
@ -3,23 +3,12 @@ MATRIX_USER="@botusername:my.server"
|
||||
MATRIX_PASSWORD="mybotpassword"
|
||||
MATRIX_USERNAME="myownusername"
|
||||
MATRIX_USERNAMES="myownusername,username2"
|
||||
BANK_ACCOUNT_NUMBERS="bankaccount1,bankaccount2"
|
||||
BROU_USERNAME="brou_username"
|
||||
BROU_PASSWORD="mybroupassword69420"
|
||||
ITAU_USERNAME="itau_username"
|
||||
ITAU_PASSWORD="myitaupassword69420"
|
||||
|
||||
EXPENSES_FILENAME="my/expenses/filename.org"
|
||||
|
||||
NEXTCLOUD_URL="https://my-nextcloud-url.com"
|
||||
NEXTCLOUD_USERNAME="mynextcloudusername"
|
||||
NEXTCLOUD_PASSWORD="mynextcloudpassword"
|
||||
|
||||
ORG_CAPTURE_FILENAME="my/capture/filename.org"
|
||||
ORG_PLAN_FILENAME="my/plan-{filename}.org"
|
||||
ORG_LINKS_FILENAME="my/links/filename.org"
|
||||
|
||||
PROMETEO_API_KEY="myprometeoapikey"
|
||||
PROMETEO_URL='https://myprometeourl.com'
|
||||
ORG_LOCATION="my/org/location"
|
||||
ORG_CAPTURE_FILENAME="filename.org"
|
||||
ORG_PLAN_FILENAME="plan-{filename}.org"
|
||||
ORG_LINKS_FILENAME="filename.org"
|
||||
|
||||
OPEN_AI_API_KEY="my-openai-key"
|
||||
|
Loading…
x
Reference in New Issue
Block a user