M44: harden release integrity and assurance
This commit is contained in:
@@ -34,13 +34,20 @@ LOG_LEVEL=INFO
|
||||
METRICS_BEARER_TOKEN=
|
||||
GRAFANA_ADMIN_USER=admin
|
||||
GRAFANA_ADMIN_PASSWORD=change-me-before-start
|
||||
# Alertmanager sends every firing/resolved alert and the continuous watchdog to this
|
||||
# owner-managed receiver. Production must route it to a channel that is actually watched.
|
||||
ALERTMANAGER_WEBHOOK_URL=https://n8n.itworx.tech/webhook/mobilityops-alerts
|
||||
|
||||
# Verified scheduled PostgreSQL backups (Unraid override).
|
||||
BACKUP_INTERVAL_SECONDS=86400
|
||||
BACKUP_RETENTION_DAYS=30
|
||||
BACKUP_MINIMUM_COPIES=7
|
||||
# Restore the newest dump into a disposable database at least weekly. Backup health also
|
||||
# requires a successful drill within eight days.
|
||||
BACKUP_RESTORE_DRILL_INTERVAL_SECONDS=604800
|
||||
# Set both values to copy every verified backup to an independently mounted path.
|
||||
BACKUP_SECONDARY_DESTINATION=
|
||||
MOBILITYOPS_BACKUP_DIR=./backups/postgres
|
||||
MOBILITYOPS_BACKUP_SECONDARY_DIR=./backups/offsite
|
||||
|
||||
# Privacy governance defaults.
|
||||
@@ -87,6 +94,9 @@ RAGCORE_COLLECTION=internal-procedures
|
||||
RAGCORE_API_TOKEN=
|
||||
# UUID of the RAGcore knowledge space procedures were synced into (see workflow 3).
|
||||
RAGCORE_SPACE_ID=
|
||||
# Skip the slower generation endpoint temporarily after a timeout/non-2xx response and
|
||||
# use the still-grounded extractive search fallback immediately.
|
||||
RAGCORE_ANSWERS_CIRCUIT_BREAKER_SECONDS=60
|
||||
|
||||
# ITWorx MCP Hub integration. Registration itself is catalog-driven on the Hub's own
|
||||
# side (it reconciles its catalog into the gateway; Fleet Ops never pushes a
|
||||
|
||||
Reference in New Issue
Block a user