Pipe variables into the configuration

This commit is contained in:
Luke Murphy
2020-04-09 09:23:23 +02:00
parent 3190f33edb
commit 1a25064f97
4 changed files with 55 additions and 15 deletions

View File

@ -4,3 +4,6 @@ db_name: "alerta"
db_user: "postgres"
domain: "alerta.autonomic.zone"
http_port: "8080"
keycloak_realm: "Autonomic"
keycloak_roles: "Worker-Owner"
keycloak_url: "https://id.autonomic.zone"