12 lines
No EOL
272 B
Bash
12 lines
No EOL
272 B
Bash
# CloudFlare Tunnel Token
|
|
TUNNEL_TOKEN=
|
|
|
|
# Domain this is being hosted on
|
|
DOMAIN=docs.mydomain.com
|
|
|
|
# Unique database password
|
|
DB_PASSWORD= ##REQUIRED##
|
|
|
|
# Session secret. Pick a big random string. If this changes
|
|
# user sessions will be terminated.
|
|
SECRET= ##REQUIRED## |