mirror of
https://github.com/OneUptime/oneuptime
synced 2024-11-22 15:24:55 +00:00
add readme in config.
This commit is contained in:
parent
217ec6bcfc
commit
757a66bafa
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user