JWT signing secret — must be identical across all services
POSTGRES__HOST
postgres
PostgreSQL host
POSTGRES__DB_NAME
integration_db
Database name
POSTGRES__AUTH__USER
rapida_user
Database user
POSTGRES__AUTH__PASSWORD
—
Database password
REDIS__HOST
redis
Redis host
INTEGRATION_CRYPTO_KEY
—
AES-256-GCM encryption key for provider credentials
WEB_HOST
web-api:9001
web-api gRPC address
INTEGRATION_CRYPTO_KEY protects all stored provider credentials. If this key is rotated or lost, all stored credentials become unreadable and must be re-entered through the dashboard. Store it in a secret manager (AWS Secrets Manager, HashiCorp Vault, Kubernetes Secrets) — never commit it to version control.Generate a key: openssl rand -hex 32