From 4ef04f7971e6785a7407e41de41c55fe6a87cfc4 Mon Sep 17 00:00:00 2001 From: Quentin Dufour Date: Mon, 27 Feb 2023 18:42:38 +0100 Subject: add teabag (for static cms) --- cluster/prod/app/cms/config/teabag.env | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 cluster/prod/app/cms/config/teabag.env (limited to 'cluster/prod/app/cms/config/teabag.env') diff --git a/cluster/prod/app/cms/config/teabag.env b/cluster/prod/app/cms/config/teabag.env new file mode 100644 index 0000000..1f499f4 --- /dev/null +++ b/cluster/prod/app/cms/config/teabag.env @@ -0,0 +1,11 @@ +HOST=0.0.0.0 +PORT={{ env "NOMAD_PORT_web_port" }} +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_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 -- cgit v1.2.3