aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorGravatar Mark <[email protected]>2022-06-06 17:31:09 -0700
committerGravatar Mark <[email protected]>2022-06-06 17:31:09 -0700
commit58b413165486475147f22060417519ea2235addb (patch)
treee787f5798baad42ca2f03e14f6f374a932bd0745 /README.md
parentRemove 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.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 43c9ca1..ca1aa5d 100644
--- a/README.md
+++ b/README.md
@@ -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