From 641452d01a61a7f5c5f26676bf464a1a89b0f774 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jens=20K=C3=BCrten?= Date: Tue, 9 Apr 2024 15:17:46 +0200 Subject: [PATCH] fix: change default function controller to 0b --- cfc/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cfc/config.py b/cfc/config.py index 1c1bbc5..3935b0c 100644 --- a/cfc/config.py +++ b/cfc/config.py @@ -10,7 +10,7 @@ class Config: # pylint: disable=too-many-instance-attributes config_path: Path = Path() - service_url: str = "https://functions.cs-0a.contact-cloud.com" + service_url: str = "https://functions.cs-0b.contact-cloud.com" _conf: configparser.ConfigParser | None = None _client_id: str = "" _client_secret: str = ""