mirror of
https://github.com/denyskon/teabag
synced 2025-03-20 16:27:56 +01:00
modernizations
This commit is contained in:
5
env/sample.config
vendored
5
env/sample.config
vendored
@ -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]
|
||||
|
Reference in New Issue
Block a user