24 lines
681 B
Text
24 lines
681 B
Text
# Copy to .env and fill in values before running
|
|
POSTGRES_DB=custodian
|
|
POSTGRES_USER=custodian
|
|
POSTGRES_PASSWORD=changeme
|
|
|
|
DATABASE_URL=postgresql+asyncpg://custodian:changeme@127.0.0.1:5432/custodian
|
|
|
|
# pgAdmin (optional, only used with --profile tools)
|
|
PGADMIN_EMAIL=admin@local.dev
|
|
PGADMIN_PASSWORD=admin
|
|
|
|
# API
|
|
API_BASE=http://127.0.0.1:8000
|
|
|
|
# Read-only activity-core ops_run projection (STATE-WP-0078).
|
|
ACTIVITY_CORE_URL=http://127.0.0.1:8010
|
|
# Inject from OpenBao/ESO in production; never commit the value.
|
|
ACTIVITY_CORE_WORKER_TOKEN=
|
|
OPS_RUN_PROJECTION_TTL_SECONDS=15
|
|
OPS_RUN_SLA_HOURS=1
|
|
|
|
# Gitea (for gitea_inventory.py)
|
|
GITEA_URL=http://92.205.130.254:32166
|
|
GITEA_TOKEN=
|