diff options
| author | ivarlovlie <git@ivarlovlie.no> | 2022-06-01 22:13:12 +0200 |
|---|---|---|
| committer | ivarlovlie <git@ivarlovlie.no> | 2022-06-01 22:13:12 +0200 |
| commit | 7058f55fe099d6b6dea50558f30a4dc8ee52dde8 (patch) | |
| tree | a2e94cf0c6905a320398639d1acf98aff0a386bc /README.md | |
| parent | 2155c21e0a2e88d088cff875f93d806a61844ba5 (diff) | |
| download | greatoffice-7058f55fe099d6b6dea50558f30a4dc8ee52dde8.tar.xz greatoffice-7058f55fe099d6b6dea50558f30a4dc8ee52dde8.zip | |
docs: Add link to COPYING
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: ``` |
