From 69ae4e0a195cc1a0d0c5567a42d8c0d3ecad9eb8 Mon Sep 17 00:00:00 2001 From: Brummel Date: Thu, 21 May 2026 00:18:28 +0200 Subject: [PATCH] feat: switch base_url back to https now that the cert is provisioned --- config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.toml b/config.toml index bd24191..13f0866 100644 --- a/config.toml +++ b/config.toml @@ -1,4 +1,4 @@ -base_url = "http://preview.praxis-am-lienhardplatz.de" +base_url = "https://preview.praxis-am-lienhardplatz.de" title = "Praxis am Lienhardplatz" description = "Dr. Oliver Riemann, Dr. Angela Krey und Christian Malyga begrüßen Sie in der Hausärztlichen Gemeinschaftspraxis am Lienhardplatz in Wuppertal-Vohwinkel" default_language = "de"