From 2c164a2e1e4efef45f91cfbf49562ca48fac0080 Mon Sep 17 00:00:00 2001 From: Jorge Morales Pou Date: Thu, 4 Jul 2024 13:52:13 +0200 Subject: [PATCH] Removing theme and other things from config --- test/portal-app/config/common.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/test/portal-app/config/common.yaml b/test/portal-app/config/common.yaml index d7e47b1..4bb34ad 100644 --- a/test/portal-app/config/common.yaml +++ b/test/portal-app/config/common.yaml @@ -1,15 +1,15 @@ live_updates: True -theme_name: light-theme -ancestors: - - https://workshops-test.live +#theme_name: light-theme +#ancestors: +# - https://workshops-test.live sessions: anonymous: 1 registered: 4 max: 10 -index: https://workshops-test.live +#index: https://workshops-test.live registration: enabled: false type: anonymous -cookies_domain: workshops-test.live -analytics: - webhook_url: "https://metrics.educates.dev/?client=name&token=password" +#cookies_domain: workshops-test.live +#analytics: +# webhook_url: "https://metrics.educates.dev/?client=name&token=password"