Switch over to the mongodb DB
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Luke Murphy
2020-04-09 21:25:55 +02:00
parent ab74d696cc
commit f946d5e9c6
4 changed files with 19 additions and 16 deletions

View File

@ -1,7 +1,8 @@
---
db_loc: "dokku-postgres-alerta:5432"
db_loc: "dokku-mongodb-alerta:27017"
db_name: "alerta"
db_user: "postgres"
db_type: "mongodb"
db_user: "alerta"
domain: "alerta.autonomic.zone"
http_port: "8080"
keycloak_realm: "autonomic"