From 3cb72d8b819b432a90be30ac17cba01b140937b6 Mon Sep 17 00:00:00 2001 From: Stefan Bethke Date: Sun, 10 Dec 2023 14:03:53 +0100 Subject: [PATCH] enforce https --- .../templates/chaosknoten/configs/hackertours/compose.yaml.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/templates/chaosknoten/configs/hackertours/compose.yaml.j2 b/playbooks/templates/chaosknoten/configs/hackertours/compose.yaml.j2 index 2673346..4dad604 100644 --- a/playbooks/templates/chaosknoten/configs/hackertours/compose.yaml.j2 +++ b/playbooks/templates/chaosknoten/configs/hackertours/compose.yaml.j2 @@ -33,7 +33,7 @@ services: - "8345:80" environment: - "PRETIX_INSTANCE_NAME=CCCHH Hackertours" - - "PRETIX_URL=http://hackertours.hamburg.ccc.de" + - "PRETIX_URL=https://hackertours.hamburg.ccc.de" - "DATABASE_BACKEND=postgresql" - "DATABASE_NAME=pretix" - "DATABASE_USER=pretix"