From e08a4338d1ce43ae4aabd5a591b48454f30b1c28 Mon Sep 17 00:00:00 2001 From: Daniel James Smith Date: Tue, 23 May 2023 14:54:09 +0200 Subject: [PATCH] add missing appsettings (#2955) --- src/Billing/appsettings.json | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Billing/appsettings.json b/src/Billing/appsettings.json index 1cd86c0427..27a35cf1f6 100644 --- a/src/Billing/appsettings.json +++ b/src/Billing/appsettings.json @@ -73,6 +73,7 @@ "freshdesk": { "apiKey": "SECRET", "webhookKey": "SECRET", + "region": "US", "userFieldName": "cf_user", "orgFieldName": "cf_org" }