More rocket.chat config
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Luke Murphy
2020-04-10 16:36:26 +02:00
parent be71d14874
commit dd650cfa01
2 changed files with 5 additions and 1 deletions

View File

@ -4,6 +4,7 @@ DEBUG = True
SECRET = "{{ alerta_secret_key }}"
DASHBOARD_URL = "https://{{ domain }}"
BASE_URL = "/api"
USE_PROXYFIX = True
@ -61,7 +62,8 @@ AMQP_TOPIC = "notify"
ROCKETCHAT_WEBHOOK_URL = "{{ rocket_chat_webhook_url }}"
ROCKETCHAT_CHANNEL = "{{ rocket_chat_channel }}"
DASHBOARD_URL = "https://{{ domain }}"
ALERTA_USERNAME = "{{ alerta_username }}"
ICON_EMOJI = "{{ rocket_chat_icon_emoji }}"
DATABASE_URL = "{{ db_type }}://{{ db_user }}:{{ db_passwd }}@{{ db_loc }}/{{ db_name }}"
DATABASE_NAME = "{{ db_name }}"