13 lines
730 B
Bash
13 lines
730 B
Bash
# Enable Banking Credentials
|
|
EB_APP_ID=your_app_id # This should be the Application ID provided by Enable Banking when you register your application.
|
|
EB_PEM_FILE=your_app_secret # This should be the path to the PEM file containing your private key for authentication with Enable Banking.
|
|
EB_BANK_NAME=your_bank_name # e.g. "Deutsche Bank", "N26", "Revolut", etc.
|
|
EB_COUNTRY_CODE=your_country_code # e.g. DE for Germany, US for United States, etc.
|
|
EB_API_BASE_URL=https://api.enablebanking.com # Base URL for Enable Banking API
|
|
|
|
# Actual Budget Configuration
|
|
ACTUAL_SERVER_URL=https://your-actual-server.com
|
|
ACTUAL_PASSWORD=your_server_password
|
|
ACTUAL_BUDGET_ID=your_sync_id
|
|
ACTUAL_ENCRYPTION_PASSWORD=your_optional_encryption_pwd
|