summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorivarlovlie <git@ivarlovlie.no>2022-07-03 12:27:56 +0200
committerivarlovlie <git@ivarlovlie.no>2022-07-03 12:27:56 +0200
commit79a0c629b7d7d187ac04ad4069adfe8aa927cac3 (patch)
treed67efc919f097487d53a6131df8bd6bddfd2d550 /README.md
parentba80d7e34ef739b2db00e6087fde92eae5c40e11 (diff)
downloadgreatoffice-79a0c629b7d7d187ac04ad4069adfe8aa927cac3.tar.xz
greatoffice-79a0c629b7d7d187ac04ad4069adfe8aa927cac3.zip
refactor: Clarify which environment variables the app consumes
Diffstat (limited to 'README.md')
-rw-r--r--README.md14
1 files changed, 2 insertions, 12 deletions
diff --git a/README.md b/README.md
index f84c4c6..8ed5fea 100644
--- a/README.md
+++ b/README.md
@@ -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