fahrengit-451/.env.example
2026-03-21 18:52:19 +00:00

15 lines
524 B
Text

# Copy this file to .env and fill in your values.
# NEVER commit .env to version control.
# Your public domain name (used by nginx and Forgejo)
DOMAIN=git.example.com
# MaxMind GeoLite2 credentials — sign up at https://www.maxmind.com/en/geolite2/signup
MAXMIND_ACCOUNT_ID=your_account_id
MAXMIND_LICENSE_KEY=your_license_key
# Set to true after initial setup to prevent public registration
DISABLE_REGISTRATION=true
#
# Email address provided to Let's Encrypt for renewal notices
LETSENCRYPT_EMAIL=example@example.com