diff options
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 |
