add bankclient
This commit is contained in:
+5
-2
@@ -1,6 +1,9 @@
|
||||
# Enable Banking Credentials
|
||||
EB_CLIENT_ID=your_client_id
|
||||
EB_CLIENT_SECRET=your_client_secret
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user