diff options
author | 2022-06-06 17:31:09 -0700 | |
---|---|---|
committer | 2022-06-06 17:31:09 -0700 | |
commit | 58b413165486475147f22060417519ea2235addb (patch) | |
tree | e787f5798baad42ca2f03e14f6f374a932bd0745 /README.md | |
parent | Remove env var support for NsJail args (diff) |
Rename DEBUG env var to SNEKBOX_DEBUG
Use a more unique name to avoid accidentally using the value of a
similar env var that was set for an unrelated reason.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -76,7 +76,7 @@ All environment variables have defaults and are therefore not required to be set Name | Description ---- | ----------- -`DEBUG` | Enable debug logging if set to a non-empty value. +`SNEKBOX_DEBUG` | Enable debug logging if set to a non-empty value. `SNEKBOX_SENTRY_DSN` | [Data Source Name] for Sentry. Sentry is disabled if left unset. ## Third-party Packages |