MASKANX_ENV=local
MASKANX_STORAGE_BACKEND=postgres
MASKANX_PORT=8088
MASKANX_CORS_ORIGINS=http://127.0.0.1:5173,http://localhost:5173
DB_HOST=127.0.0.1
DB_PORT=5432
DB_NAME=campaign
DB_USER=postgres
DB_PASSWORD=postgres
DB_SSLMODE=disable
LOG_LEVEL=INFO