From 786e88eef5be7699439354e99fdd33d2eaf3e376 Mon Sep 17 00:00:00 2001 From: Simon Larsen Date: Mon, 17 Jul 2023 17:32:38 +0100 Subject: [PATCH] change protocol to http --- config.example.env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.example.env b/config.example.env index 323578a8e3..4473656309 100644 --- a/config.example.env +++ b/config.example.env @@ -13,7 +13,7 @@ export GLOBAL_PROBE_KEY=please-change-this-to-random-value # Which domain is this server hosted on? replace this with oneuptime.yourdomain.com or yourdomain.com. export DOMAIN=localhost # Is this server hosted with a TLS cert. If yes, this should be "https" -export HTTP_PROTOCOL=https +export HTTP_PROTOCOL=http