Relative from and to date in config, changed default to 3 days
All checks were successful
Deploy application / deploy (push) Successful in 7s

This commit is contained in:
2025-01-31 16:58:02 +01:00
parent 752bdbceb4
commit 18a0fbfac8
5 changed files with 30 additions and 6 deletions

View File

@ -16,3 +16,5 @@ BANK_ACCOUNT_IDS=your-account-id1,your-account-id2
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