Removed
- accessToken and refreshToken methods from interface - accessToken param from transactionsPastDay - Unused env variables from config.ts Added - Initial Refresh token to env - Dayjs library for working with dates Implemented - getAccessToken - getRefreshToken - fetchNewRefreshToken - transactionsPastDay Signed-off-by: Martin Berg Alstad <git@martials.no>
This commit is contained in:
@ -1,14 +1,15 @@
|
||||
# Actual Budget
|
||||
ACTUAL_BUDGET_ID=your-budget-id
|
||||
ACTUAL_SYNC_ID=your-sync-id
|
||||
ACTUAL_SERVER_URL=your-server-url
|
||||
ACTUAL_SERVER_URL=http://your-server-url:5006
|
||||
ACTUAL_PASSWORD=your-password
|
||||
ACTUAL_ACCOUNT_IDS=your-account-id1,your-account-id2
|
||||
# Bank
|
||||
BANK_INITIAL_REFRESH_TOKEN=initial-valid-refresh-token
|
||||
BANK_OAUTH_CLIENT_ID=your-client-id
|
||||
BANK_OAUTH_CLIENT_SECRET=your-client-secret
|
||||
BANK_OAUTH_STATE=your-state
|
||||
BANK_OAUTH_REDIRECT_URI=your-redirect-uri
|
||||
BANK_OAUTH_REDIRECT_URI=http://your-redirect-uri.com
|
||||
BANK_ACCOUNT_IDS=your-account-id1,your-account-id2
|
||||
# Configuration
|
||||
# trace | error | warn | info | debug | trace
|
||||
LOG_LEVEL=info
|
||||
LOG_LEVEL=info# trace | error | warn | info | debug | trace
|
||||
|
Reference in New Issue
Block a user