[Readme] Add env variables to config docs

This commit is contained in:
Ducko 2021-12-12 11:47:46 +00:00
parent a6cdcc8f5b
commit 6f9b790031

View file

@ -47,3 +47,7 @@ An example of a settings.json with OpenAsar config:
}
}
```
Additionally there are some environmental variables you can use:
- `OPENASAR_QUICKSTART` (bool, default false) - same as `quickstart` config option
- `OPENASAR_NOSTART` (bool, default false) - if enabled halts starting after splash loads (for splash testing)