Update the .env.example file
Some checks failed
CI / scan_ruby (push) Has been cancelled
CI / scan_js (push) Has been cancelled
CI / lint (push) Has been cancelled
CI / test (push) Has been cancelled
CI / system-test (push) Has been cancelled

This commit is contained in:
Dan Milne
2025-10-29 16:35:27 +11:00
parent bfcc5cdc84
commit 517029247d

View File

@@ -16,9 +16,19 @@ SMTP_AUTHENTICATION=plain
SMTP_ENABLE_STARTTLS=true SMTP_ENABLE_STARTTLS=true
# Application Configuration # Application Configuration
CLINCH_HOST=http://localhost:9000 CLINCH_HOST=http://localhost:3000
CLINCH_FROM_EMAIL=noreply@example.com CLINCH_FROM_EMAIL=noreply@example.com
# DNS Rebinding Protection Configuration
# Set to service name (e.g., 'clinch') if running in same Docker compose as Caddy
CLINCH_DOCKER_SERVICE_NAME=
# Allow internal IP access for cross-compose deployments (true/false)
CLINCH_ALLOW_INTERNAL_IPS=true
# Allow localhost access for development (true/false)
CLINCH_ALLOW_LOCALHOST=true
# OIDC Configuration # OIDC Configuration
# RSA private key for signing ID tokens (JWT) # RSA private key for signing ID tokens (JWT)
# Generate with: openssl genrsa 2048 # Generate with: openssl genrsa 2048