diff options
| author | ivarlovlie <git@ivarlovlie.no> | 2022-07-03 12:27:56 +0200 |
|---|---|---|
| committer | ivarlovlie <git@ivarlovlie.no> | 2022-07-03 12:27:56 +0200 |
| commit | 79a0c629b7d7d187ac04ad4069adfe8aa927cac3 (patch) | |
| tree | d67efc919f097487d53a6131df8bd6bddfd2d550 /README.md | |
| parent | ba80d7e34ef739b2db00e6087fde92eae5c40e11 (diff) | |
| download | greatoffice-79a0c629b7d7d187ac04ad4069adfe8aa927cac3.tar.xz greatoffice-79a0c629b7d7d187ac04ad4069adfe8aa927cac3.zip | |
refactor: Clarify which environment variables the app consumes
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 14 |
1 files changed, 2 insertions, 12 deletions
@@ -12,19 +12,9 @@ To run it you need .NET 6 and a PostgreSQL instance. ### Environment -The server is configured through environments variables, -in development [user-secret](https://docs.microsoft.com/en-us/aspnet/core/security/app-secrets) is a nifty tool. +The server is configured through environments variables, in development [user-secret](https://docs.microsoft.com/en-us/aspnet/core/security/app-secrets) is a nifty tool. -All environment variables the server needs to function properly is specified -in [src/server/Data/Static/AppEnvironmentVariables.cs](./server/src/Data/Static/AppEnvironmentVariables.cs),w -at a bare minimum these variables needs to be set: - -``` -DB_HOST=<host> -DB_USER=<user> -DB_PASSWORD=<password> -DB_NAME=<schema> -``` +All environment variables the server needs to function properly is specified in [src/server/Data/Static/AppEnvironmentVariables.cs](./server/src/Data/Static/AppEnvironmentVariables.cs). ### Building and Developing |
