13 lines
357 B
Bash
13 lines
357 B
Bash
MASKANX_ENV=production
|
|||
|
|
MASKANX_STORAGE_BACKEND=postgres
|
||
|
|
MASKANX_PORT=8088
|
||
|
|
MASKANX_CORS_ORIGINS=https://app.example.com
|
||
|
|
DATABASE_URL=postgresql://maskanx:replace-me@postgres.example.internal:5432/campaign?sslmode=require
|
||
|
|
LOG_LEVEL=INFO
|
||
|
|
|
||
|
|
# Store provider credentials in the deployment secret manager.
|
||
|
|
CITEDY_API_KEY=
|
||
|
|
TAVILY_API_KEY=
|
||
|
|
EXA_API_KEY=
|
||
|
|
XAI_API_KEY=
|