state-hub/.env.example
tegwick 5927591be8
All checks were successful
CI Smoke / host-smoke (push) Successful in 0s
CI Smoke / container-smoke (push) Successful in 1s
Build and Publish Multi-Context Image / build-and-push (push) Successful in 1m0s
Prepare State Hub retirement baseline
2026-08-09 16:19:53 +02:00

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=