docker-samples/hedgedoc_cloudflare/.env
2024-11-15 12:40:07 -07:00

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