forked from Deuxfleurs/nixcfg
use https links
This commit is contained in:
parent
4ef04f7971
commit
49cc83db21
1 changed files with 2 additions and 2 deletions
|
@ -4,8 +4,8 @@ SESSION_SECRET={{ key "secrets/cms/teabag/session" | trimSpace }}
|
||||||
|
|
||||||
GITEA_KEY={{ key "secrets/cms/teabag/gitea_key" | trimSpace }}
|
GITEA_KEY={{ key "secrets/cms/teabag/gitea_key" | trimSpace }}
|
||||||
GITEA_SECRET={{ key "secrets/cms/teabag/gitea_secret" | trimSpace }}
|
GITEA_SECRET={{ key "secrets/cms/teabag/gitea_secret" | trimSpace }}
|
||||||
GITEA_BASE_URL=http://git.deuxfleurs.fr
|
GITEA_BASE_URL=https://git.deuxfleurs.fr
|
||||||
GITEA_AUTH_URI=login/oauth/authorize
|
GITEA_AUTH_URI=login/oauth/authorize
|
||||||
GITEA_TOKEN_URI=login/oauth/access_token
|
GITEA_TOKEN_URI=login/oauth/access_token
|
||||||
GITEA_USER_URI=api/v1/user
|
GITEA_USER_URI=api/v1/user
|
||||||
CALLBACK_URI=http://teabag.deuxfleurs.fr/callback
|
CALLBACK_URI=https://teabag.deuxfleurs.fr/callback
|
||||||
|
|
Loading…
Reference in a new issue