add bankclient

This commit is contained in:
2026-04-24 20:30:35 +02:00
parent 5fb5194468
commit c178fbfce8
10 changed files with 2832 additions and 21 deletions
+5 -2
View File
@@ -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