Skip to content

Commit

Permalink
Update .env vars
Browse files Browse the repository at this point in the history
  • Loading branch information
turbo124 committed Mar 18, 2024
1 parent f941481 commit eec9b8a
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion source/en/env-variables.md
Original file line number Diff line number Diff line change
Expand Up @@ -179,4 +179,20 @@ If using the webcron feature, you'll want to set a password here to prevent unau
```
ZIP_TAX_KEY=
```
The API key from [Zip-Tax](https://zip-tax.com) required to support address based tax rates in the US
The API key from [Zip-Tax](https://zip-tax.com) required to support address based tax rates in the US

```
NORDIGEN_SECRET_ID=
NORDIGEN_SECRET_KEY=
```
Nordigen api keys for bank transaction imports

```
DELETE_BACKUP_DAYS
```
The number of days that backups are stored. Any backups created after this will be purged when system maintenance runs

```
ADDITIONAL_UPLOAD_EXTENSIONS
```
Additional upload extensions that are to be allowed, this should be a comma separated string ie '.mp3,mp4,mkv'

0 comments on commit eec9b8a

Please sign in to comment.