Initial MaalFlows live chat scaffold

This commit is contained in:
rajchales-monito
2026-07-23 20:29:57 +02:00
commit f5c32d3c2d
11 changed files with 2060 additions and 0 deletions
+19
View File
@@ -0,0 +1,19 @@
# MaalFlows - local/prod env template
NODE_ENV=development
PORT=3400
PUBLIC_BASE_URL=http://localhost:3400
APP_NAME=MaalFlows
# Generate for production:
# node -e "console.log(require('crypto').randomBytes(32).toString('hex'))"
AUTH_SECRET=change-me-generate-long-random-secret
# Admin users, extend with USER_2/PASS_2, USER_3/PASS_3, ...
USER_1=admin
PASS_1=change-me
# Seed first company/site
DEFAULT_COMPANY_NAME=MAAL
DEFAULT_SITE_KEY=9b-plus
DEFAULT_SITE_NAME=9b-plus support
DEFAULT_SITE_DOMAIN=https://www.9b-plus.com