Configuration
Here is the exhaustive list of backend environment variable so you can adapt the App to your needs
name | role | default |
---|---|---|
RESULT_LIMIT | Maximum of query result rows | 500_000 |
API_PORT | Port listening by the App | 22071 |
WATCHER_EXCLUDE | Disable versioning for all ("true") or specific databases ("db1,db2") | "" |
WATCHER_LIMIT | Maximum size of database to watch changements (in octet) | 1_000_000_000 |
WATCHER_DELAY | Duration of the loop to watch changes (in sec) | 15 |
PROTECTED_MODE | Restrict free user input like dump and code evaluation (recommended for public install) Also don't send any error to sentry | false |
SCAN_HOSTS | List of comma separator host to scan for `Server Discovery` | localhost |
PRIVATE_MODE | Don't send anything to external service (sentry) | false |
Remember to adapt the launch command or compose file
Don't hesitate to ask for behaviors to be configurable
Last updated