docker-samples/ghost_cloudflare/.env
2024-11-02 14:09:56 -06:00

13 lines
415 B
Bash

# Token used to authentication with CloudFlare Tunnel
TUNNEL_TOKEN= ##REQUIRED##
# Password used for MySQL root account
MYSQL_PASSWORD= ##REQUIRED##
# Base URL for the Blog
URL=https://www.yourname.com
# From credentials use for transactional emails through Mailgun
# Note: that bulk emails need a separate configuration with Mailgun API Key
MAILGUN_USERNAME=ghost@mg.yourname.com
MAILGUN_PASSWORD= ##REQUIRED##