31 lines
1.7 KiB
Plaintext
31 lines
1.7 KiB
Plaintext
# ── Required ──────────────────────────────────────────────────────────────────
|
|
DB_PASSWORD=change_me_strong_password
|
|
JWT_SECRET=change_me_super_secret_jwt_key
|
|
|
|
# ── App identity ──────────────────────────────────────────────────────────────
|
|
PROJECT_NAME=jama
|
|
APP_NAME=jama
|
|
DEFCHAT_NAME=General Chat
|
|
ADMIN_NAME=Admin User
|
|
ADMIN_EMAIL=admin@jama.local
|
|
ADMIN_PASS=Admin@1234
|
|
ADMPW_RESET=false
|
|
|
|
# ── Database ──────────────────────────────────────────────────────────────────
|
|
DB_NAME=jama
|
|
DB_USER=jama
|
|
# DB_HOST and DB_PORT are set automatically in docker-compose (host=db, port=5432)
|
|
|
|
# ── Tenancy mode ──────────────────────────────────────────────────────────────
|
|
# selfhost = single tenant (JAMA-CHAT / JAMA-BRAND / JAMA-TEAM)
|
|
# host = multi-tenant (JAMA-HOST only)
|
|
APP_TYPE=selfhost
|
|
|
|
# ── JAMA-HOST only (ignored in selfhost mode) ─────────────────────────────────
|
|
# HOST_DOMAIN=jamachat.com
|
|
# HOST_ADMIN_KEY=change_me_host_admin_secret
|
|
|
|
# ── Optional ──────────────────────────────────────────────────────────────────
|
|
PORT=3000
|
|
TZ=UTC
|