modernizations

This commit is contained in:
2023-01-15 22:29:56 +01:00
parent 9a91af1467
commit 79580c1c51
2 changed files with 6 additions and 2 deletions

5
env/sample.config vendored
View File

@ -5,6 +5,9 @@ environment="development"
host="localhost"
port="3000"
sessionSecret="super-secret"
publicProto="https"
public="oauth.example.com"
publicPort="443"
# Delete if not in use
[gitea]
@ -14,7 +17,7 @@ baseURL="https://gitea.yourcompany.com"
authURI=
accessTokenURI=
userURI=
callbackURI="http://localhost:3000/callback/gitea"
callbackURI="https://oauth.example.com/callback/gitea"
# Delete if not in use
[gitlab]