From 966cb2d2a88535624f8181d278e415e6345a3a5f Mon Sep 17 00:00:00 2001 From: Andrew Leith Date: Wed, 24 Jul 2024 01:53:26 +0000 Subject: [PATCH] fix: tweak prod config again --- app/config.py | 1 - 1 file changed, 1 deletion(-) diff --git a/app/config.py b/app/config.py index fcb94e5947..019cd5aff8 100644 --- a/app/config.py +++ b/app/config.py @@ -247,7 +247,6 @@ class Production(Config): GC_ARTICLES_API = "articles.alpha.canada.ca/notification-gc-notify" FF_SALESFORCE_CONTACT = False - HTTP_PROTOCOL = "https" NOTIFY_ENVIRONMENT = "production" NOTIFY_LOG_LEVEL = "INFO" SYSTEM_STATUS_URL = "https://status.notification.canada.ca"