use https links

This commit is contained in:
Quentin 2023-02-28 10:51:34 +01:00
parent 4ef04f7971
commit 49cc83db21
Signed by: quentin
GPG Key ID: E9602264D639FF68
1 changed files with 2 additions and 2 deletions

View File

@ -4,8 +4,8 @@ SESSION_SECRET={{ key "secrets/cms/teabag/session" | trimSpace }}
GITEA_KEY={{ key "secrets/cms/teabag/gitea_key" | 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_TOKEN_URI=login/oauth/access_token
GITEA_USER_URI=api/v1/user
CALLBACK_URI=http://teabag.deuxfleurs.fr/callback
CALLBACK_URI=https://teabag.deuxfleurs.fr/callback