From 18ef303d54f05b2f6f42aa8c0e72a077de094220 Mon Sep 17 00:00:00 2001 From: ivarlovlie Date: Fri, 11 Nov 2022 16:18:51 +0700 Subject: feat: Make and point to .env-example in README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index be9fe28..e5a0f67 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ The following configuration keys need valid values in order to start the api (re - 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). +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). ### Building and Developing @@ -71,7 +71,7 @@ Contains an svelte kit application that acts as the frontend for greatoffice ### Environment -The app reads environment variables from [`code/app/.env`](code/app/.env), keys need to start with `VITE_`. +The app reads environment variables from [`code/app/.env`](code/app/.env-example), keys need to start with `VITE_`. ### Building and Developing -- cgit v1.3