12 lines
281 B
Bash
12 lines
281 B
Bash
MASKANX_ENV=development
|
|||
|
|
MASKANX_STORAGE_BACKEND=postgres
|
||
|
|
MASKANX_PORT=8088
|
||
|
|
MASKANX_CORS_ORIGINS=https://app-dev.example.com
|
||
|
|
DB_HOST=development-postgres.example.internal
|
||
|
|
DB_PORT=5432
|
||
|
|
DB_NAME=campaign_dev
|
||
|
|
DB_USER=maskanx_dev
|
||
|
|
DB_PASSWORD=replace-me
|
||
|
|
DB_SSLMODE=require
|
||
|
|
LOG_LEVEL=INFO
|