From 6f9b790031283852ad55cf7dd99cf39bb54632a4 Mon Sep 17 00:00:00 2001 From: Oj Date: Sun, 12 Dec 2021 11:47:46 +0000 Subject: [PATCH] [Readme] Add env variables to config docs --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index be5978f..d60cbe7 100644 --- a/README.md +++ b/README.md @@ -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) \ No newline at end of file