More rocket.chat config
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@ -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 }}"
|
||||
|
||||
Reference in New Issue
Block a user