Files
maskanx_crm_backend/.env.local.example
T

18 lines
527 B
Bash
Raw Normal View History

2026-08-01 10:28:41 +05:30
MASKAN_CRM_ENV=development
MASKAN_CRM_MODE=standalone
MASKAN_CRM_CORS_ORIGINS=http://127.0.0.1:5174,http://localhost:5174
MASKAN_CRM_JWT_SECRET=local-development-secret-change-me-123456789
DB_HOST=127.0.0.1
DB_PORT=5433
DB_NAME=maskan_crm
DB_USER=postgres
DB_PASSWORD=postgres
DB_SSLMODE=disable
MASKAN_CRM_BOOTSTRAP_WORKSPACE=maskan
MASKAN_CRM_BOOTSTRAP_COMPANY=Maskan Technologies
MASKAN_CRM_BOOTSTRAP_ADMIN_EMAIL=owner@example.com
MASKAN_CRM_BOOTSTRAP_ADMIN_PASSWORD=change-this-before-first-run
MASKAN_CRM_SEED_DEMO=true