diff options
| author | ivarlovlie <git@ivarlovlie.no> | 2022-11-11 10:40:37 +0100 |
|---|---|---|
| committer | ivarlovlie <git@ivarlovlie.no> | 2022-11-11 10:40:37 +0100 |
| commit | 7eb575439fb6397d9e9ae9e6d279169aeec8ffb6 (patch) | |
| tree | a9d7591cf1881fa59d798d1bddd5f818d466d413 | |
| parent | d4330b0c7f5a92380f10a0e3682b21210bede67c (diff) | |
| download | greatoffice-7eb575439fb6397d9e9ae9e6d279169aeec8ffb6.tar.xz greatoffice-7eb575439fb6397d9e9ae9e6d279169aeec8ffb6.zip | |
fix: Use star instead of dash to describe list item
| -rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -46,9 +46,9 @@ All environment variables the api needs to function properly is specified in [`c #### Minimum required configuration The following configuration keys need valid values in order to start the api (regardless of environment): -- Starting with DB_ -- Starting with QUARTZ_DB_ -- Equal to APP_CERT +* Starting with DB_ +* Starting with QUARTZ_DB_ +* Equal to APP_CERT #### Flight mode If you need to skip the setup of vault or is unable to reach your vault instance, set isInFlightMode to true in [`code/api/src/Services/VaultService.cs`](./code/api/src/Services/VaultService.cs). |
