add readme in config.

This commit is contained in:
Simon Larsen 2023-07-24 21:47:54 +01:00
parent 217ec6bcfc
commit 757a66bafa
No known key found for this signature in database
GPG Key ID: AB45983AA9C81CDE

View File

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