diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,6 +1,6 @@ # Great Office -This codebase and all of its source code is licensed under the GNU General Public License v3.0, see COPYING for more information. +This codebase and all of its source code is licensed under the GNU General Public License v3.0, see [COPYING](COPYING) for more information. ## server @@ -16,7 +16,7 @@ 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), +in [src/server/Data/Static/AppEnvironmentVariables.cs](./server/src/Data/Static/AppEnvironmentVariables.cs),w at a bare minimum these variables needs to be set: ``` |
