aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authoriv-ar <i@oiee.no>2023-03-01 21:56:55 +0100
committeriv-ar <i@oiee.no>2023-03-01 21:56:55 +0100
commitb85164718d3bd6a4ad5fc06d04a3ce2dc028b1db (patch)
treebdc3eca6c0aeaf4c12cfe38b3163258cfbcf74cd /README.md
parent1fd5d9da8aec92786012ba2f0a4495718c471367 (diff)
downloadgreatoffice-b85164718d3bd6a4ad5fc06d04a3ce2dc028b1db.tar.xz
greatoffice-b85164718d3bd6a4ad5fc06d04a3ce2dc028b1db.zip
feat: Specify wanted format
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 c40e7f5..c335928 100644
--- a/README.md
+++ b/README.md
@@ -69,7 +69,7 @@ The following configuration keys need valid values in order to start the api (re
#### Flight mode
When debugging the application you sometimes don't want to, or are not able to reach the vault for configuration values.
-In this case you can set the environment variable `FLIGHT_MODE` to something positive.
+In this case you can set the environment variable `FLIGHT_MODE` to a boolean value of `true`.
This will configure the api to read configuration from a json file specified at `FLIGHT_MODE_JSON`, defaults
to `flightmode.json`.