From 79a0c629b7d7d187ac04ad4069adfe8aa927cac3 Mon Sep 17 00:00:00 2001 From: ivarlovlie Date: Sun, 3 Jul 2022 12:27:56 +0200 Subject: refactor: Clarify which environment variables the app consumes --- README.md | 16 +++------------- 1 file changed, 3 insertions(+), 13 deletions(-) (limited to 'README.md') 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. - -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= -DB_USER= -DB_PASSWORD= -DB_NAME= -``` +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). ### Building and Developing -- cgit v1.3