diff --git a/config.example.env b/config.example.env index 659a355591..45779b6776 100644 --- a/config.example.env +++ b/config.example.env @@ -1,5 +1,7 @@ #!/usr/bin/env bash +# Which domain is this server hosted on? replace this with oneuptime.yourdomain.com or yourdomain.com. You can also set it to a server/VM IP address. +DOMAIN=localhost # Secrets - PLEASE CHANGE THESE. Please change these to something random. All of these can be different values. ONEUPTIME_SECRET=please-change-this-to-random-value @@ -11,8 +13,6 @@ TOKEN_SECRET=please-change-this-to-random-value GLOBAL_PROBE_1_KEY=please-change-this-to-random-value GLOBAL_PROBE_2_KEY=please-change-this-to-random-value -# Which domain is this server hosted on? replace this with oneuptime.yourdomain.com or yourdomain.com. -DOMAIN=localhost # Is this server hosted with a TLS cert (for ex: SSL from LetsEncrypt / Cloudflare). If yes, this should be "https" HTTP_PROTOCOL=http