add new alert bot config variables
This commit is contained in:
parent
e7b4b3fa56
commit
9198924162
@ -55,7 +55,10 @@
|
|||||||
modules:
|
modules:
|
||||||
- module: redlight_client_module.RedlightClientModule
|
- module: redlight_client_module.RedlightClientModule
|
||||||
config:
|
config:
|
||||||
redlight_url: "https://{{ server_name }}/_matrix/loj/v1/abuse_lookup"
|
homeserver_url: "https://{{ server_name }}"
|
||||||
|
redlight_bot_token: "{{ redlight_bot_token }}"
|
||||||
|
redlight_alert_room: "{{ redlight_alert_room }}"
|
||||||
|
redlight_server: "https://{{ server_name }}/_matrix/loj/v1/abuse_lookup"
|
||||||
- module: redlight_server_module.RedlightServerModule
|
- module: redlight_server_module.RedlightServerModule
|
||||||
config: {}
|
config: {}
|
||||||
state: present
|
state: present
|
||||||
|
Loading…
Reference in New Issue
Block a user