diff options
author | 2022-06-06 17:25:36 -0700 | |
---|---|---|
committer | 2022-06-06 17:25:36 -0700 | |
commit | 91c28279bb8f3c8087d2c5abec696a6409b94d72 (patch) | |
tree | 65e96c67c1f08667f2b8247ed60c8c69f7e7db62 /README.md | |
parent | Accept NsJail arguments via the WSGI app (SnekAPI) (diff) |
Remove env var support for NsJail args
The values can effectively be set via the Gunicorn config instead.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -77,12 +77,8 @@ 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. -`NSJAIL_CFG` | Path to the NsJail configuration file. -`NSJAIL_PATH` | Path to the NsJail binary. `SNEKBOX_SENTRY_DSN` | [Data Source Name] for Sentry. Sentry is disabled if left unset. -Note: relative paths are relative to the root of the repository. - ## Third-party Packages By default, the Python interpreter has no access to any packages besides the |