From b9530ffcc48c6a21881ca8a1f7ceebb252a7aee7 Mon Sep 17 00:00:00 2001 From: Lars <116812757+conlwi@users.noreply.github.com> Date: Thu, 26 Mar 2026 13:50:27 +0100 Subject: [PATCH 1/2] add hint --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 7c49ec5..a0e2114 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,9 @@ The credentials will be stored in a configuration file. The storage location of - Windows: `C:\Users\\AppData\Local\Contact\cfc\config.ini` - Linux: `~/.config/cfc/config.ini` +> [!WARNING] +> If you are developing a function, you may want to talk to a non-default function-controller. +> You can set the URL via `cfc login --service-url https://my-function-controller.domain` or within the configuration file. ## Features ### Manage Function environments From f6dd97cf5dd3593d5a57997675b9029abaa0b3f4 Mon Sep 17 00:00:00 2001 From: Lars <116812757+conlwi@users.noreply.github.com> Date: Thu, 26 Mar 2026 13:52:30 +0100 Subject: [PATCH 2/2] trailing whitespace --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a0e2114..50a9be0 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ The credentials will be stored in a configuration file. The storage location of - Windows: `C:\Users\\AppData\Local\Contact\cfc\config.ini` - Linux: `~/.config/cfc/config.ini` -> [!WARNING] +> [!WARNING] > If you are developing a function, you may want to talk to a non-default function-controller. > You can set the URL via `cfc login --service-url https://my-function-controller.domain` or within the configuration file.