diff options
| author | iv-ar <i@oiee.no> | 2023-03-01 21:56:55 +0100 |
|---|---|---|
| committer | iv-ar <i@oiee.no> | 2023-03-01 21:56:55 +0100 |
| commit | b85164718d3bd6a4ad5fc06d04a3ce2dc028b1db (patch) | |
| tree | bdc3eca6c0aeaf4c12cfe38b3163258cfbcf74cd | |
| parent | 1fd5d9da8aec92786012ba2f0a4495718c471367 (diff) | |
| download | greatoffice-b85164718d3bd6a4ad5fc06d04a3ce2dc028b1db.tar.xz greatoffice-b85164718d3bd6a4ad5fc06d04a3ce2dc028b1db.zip | |
feat: Specify wanted format
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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`. |
