12 lines
302 B
Bash
12 lines
302 B
Bash
MASKAN_CRM_ENV=testing
|
|||
|
|
MASKAN_CRM_MODE=standalone
|
||
|
|
MASKAN_CRM_CORS_ORIGINS=http://127.0.0.1:5174
|
||
|
|
MASKAN_CRM_JWT_SECRET=automated-test-secret-at-least-32-characters
|
||
|
|
DB_HOST=127.0.0.1
|
||
|
|
DB_PORT=5433
|
||
|
|
DB_NAME=maskan_crm_test
|
||
|
|
DB_USER=postgres
|
||
|
|
DB_PASSWORD=postgres
|
||
|
|
DB_SSLMODE=disable
|
||
|
|
MASKAN_CRM_SEED_DEMO=false
|