aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authoriv-ar <38570165+iv-ar@users.noreply.github.com>2023-03-01 19:46:37 +0100
committerGitHub <noreply@github.com>2023-03-01 19:46:37 +0100
commite0a4b1b0e48fac35e7d2b86122b9df286e10231c (patch)
tree3aab580c75b6bacc889043217d55f7e563e89c73 /README.md
parentf5dedc84beba541c27038237ccf803c7367a0041 (diff)
downloadgreatoffice-e0a4b1b0e48fac35e7d2b86122b9df286e10231c.tar.xz
greatoffice-e0a4b1b0e48fac35e7d2b86122b9df286e10231c.zip
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index daab7dc..5b9ceca 100644
--- a/README.md
+++ b/README.md
@@ -38,11 +38,11 @@ I recommend using a seperate database for the quartz schema and app schema, sinc
The api uses Hashicorp's vault to manage it's configuration, environment variables is used to point the api in the direction of the vault json object that contains the configuration.
-The configuration is described by [`code/api/src/Data/Models/AppConfiguration.cs`](./code/api/src/Data/Models/AppConfiguration.cs).
+The configuration is described by [`code/api/src/Models/Misc/AppConfiguration.cs`](./code/api/src/Models/Misc/AppConfiguration.cs).
I recommend using [user-secrets](https://docs.microsoft.com/en-us/aspnet/core/security/app-secrets) to set environment variables when developing.
-All environment variables the api needs to function properly is specified in [`code/api/src/Data/Static/AppEnvironmentVariables.cs`](./code/api/src/Data/Static/AppEnvironmentVariables.cs).
+All environment variables the api needs to function properly is specified in [`code/api/src/Models/Static/AppEnvironmentVariables.cs`](./code/api/src/Models/Static/AppEnvironmentVariables.cs).
#### Minimum required configuration
@@ -53,7 +53,7 @@ The following configuration keys need valid values in order to start the api (re
* Starting with QUARTZ_DB_
* Equal to APP_CERT
-> See [`code/api/src/Data/Models/AppConfiguration.cs`](./code/api/src/Data/Models/AppConfiguration.cs) for expected values.
+> See [`code/api/src/Models/Misc/AppConfiguration.cs`](./code/api/src/Models/Misc/AppConfiguration.cs) for expected values.
#### Flight mode