From 7eb575439fb6397d9e9ae9e6d279169aeec8ffb6 Mon Sep 17 00:00:00 2001 From: ivarlovlie Date: Fri, 11 Nov 2022 16:40:37 +0700 Subject: fix: Use star instead of dash to describe list item --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index af8661d..c6dc21e 100644 --- a/README.md +++ b/README.md @@ -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). -- cgit v1.3