generated from coop-cloud/example
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
505 B
25 lines
505 B
TYPE=statuspal
|
|
|
|
DOMAIN=statuspal.example.com
|
|
## Domain aliases
|
|
#EXTRA_DOMAINS=', `www.statuspal.example.com`'
|
|
LETS_ENCRYPT_ENV=production
|
|
|
|
#### Must fill in:
|
|
|
|
SECRET_KEY_BASE=<insert here>
|
|
NODE_COOKIE=<insert here>
|
|
|
|
# Mailgun configs for sending emails, setup at https://www.mailgun.com/.
|
|
# If left blank email subscription to your status page will be disabled
|
|
MG_DOMAIN=
|
|
MG_API_KEY=
|
|
|
|
LOG_LEVEL=info
|
|
SP_SUBDOMAINS=false
|
|
NODE_IP=127.0.0.1
|
|
C_TITLE=Statuspal CE
|
|
C_DESCRIPTION=
|
|
|
|
SECRET_DB_PASSWORD_VERSION=v1
|