Martin Berg Alstad 066331cca8
All checks were successful
Deploy application / deploy (push) Successful in 28s
🔪🐛 Fix corepack bug, removed unused envs, npm in docker
- Replaced pnpm to npm in docker container because of a bug infestation
- Remove only allow pnpm
- Added missing envs to docker compose
2025-02-05 20:27:08 +01:00

19 lines
644 B
Plaintext

# Actual Budget
ACTUAL_BUDGET_ID=your-budget-id
ACTUAL_SYNC_ID=your-sync-id
ACTUAL_SERVER_URL=http://your-server-url:5006
ACTUAL_PASSWORD=your-password
ACTUAL_ACCOUNT_IDS=your-account-id1,your-account-id2
ACTUAL_DATA_DIR=.cache
# Bank
BANK_INITIAL_REFRESH_TOKEN=initial-valid-refresh-token
BANK_OAUTH_CLIENT_ID=your-client-id
BANK_OAUTH_CLIENT_SECRET=your-client-secret
BANK_ACCOUNT_IDS=your-account-id1,your-account-id2
# Configuration
LOG_LEVEL=info# trace | error | warn | info | debug | trace
DB_DIRECTORY=data# Relative path, must not start or end with /
DB_FILENAME=default
TRANSACTION_RELATIVE_FROM_DATE=4
TRANSACTION_RELATIVE_TO_DATE=3