summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
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