change protocol to http

This commit is contained in:
Simon Larsen
2023-07-17 17:32:38 +01:00
parent bb45041dec
commit 786e88eef5

View File

@@ -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