diff options
author | 2022-06-01 12:12:18 -0700 | |
---|---|---|
committer | 2022-06-01 12:12:18 -0700 | |
commit | 10caf4b3e6aded35435f917c4546e679753c7dfd (patch) | |
tree | 607f17d16f1f2d5b3d0bc5b4b17ee316c95adc66 | |
parent | CI: fetch git history to fix version script (diff) |
Remove GIT_SHA from README.md
The env var is no longer used anywhere.
-rw-r--r-- | README.md | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -75,7 +75,6 @@ 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. -`GIT_SHA` | [Sentry release] identifier. Set in CI. `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. |