docker-samples/hedgedoc_cloudflare/.env

12 lines
272 B
Bash
Raw Permalink Normal View History

2024-11-15 19:40:07 +00:00
# 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##