init local package repo

This commit is contained in:
MacPro
2026-02-27 12:44:50 -06:00
commit 7027efd777
34 changed files with 20093 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
# 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