Files
ten31-database/.env.beta.example
T
2026-02-27 12:44:50 -06:00

11 lines
289 B
Bash

# Copy this file to .env.beta before running ./start_beta.sh
# Required for production mode
CRM_SECRET_KEY=replace-with-a-long-random-secret
# Optional overrides
# CRM_CORS_ORIGIN=http://100.x.y.z:8080
# CRM_LOGIN_RATE_LIMIT_PER_MIN=20
# CRM_WRITE_RATE_LIMIT_PER_MIN=300
# CRM_PORT=8080