diff --git a/cluster/prod/app/cms/config/teabag.env b/cluster/prod/app/cms/config/teabag.env index 1f499f4..acd8a60 100644 --- a/cluster/prod/app/cms/config/teabag.env +++ b/cluster/prod/app/cms/config/teabag.env @@ -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