redlight variable rename

This commit is contained in:
PC-Admin 2023-08-14 22:37:44 +08:00
parent 9198924162
commit 46c2d69c3d

View File

@ -56,7 +56,7 @@
- module: redlight_client_module.RedlightClientModule - module: redlight_client_module.RedlightClientModule
config: config:
homeserver_url: "https://{{ server_name }}" homeserver_url: "https://{{ server_name }}"
redlight_bot_token: "{{ redlight_bot_token }}" redlight_alert_bot_token: "{{ redlight_bot_token }}"
redlight_alert_room: "{{ redlight_alert_room }}" redlight_alert_room: "{{ redlight_alert_room }}"
redlight_server: "https://{{ server_name }}/_matrix/loj/v1/abuse_lookup" redlight_server: "https://{{ server_name }}/_matrix/loj/v1/abuse_lookup"
- module: redlight_server_module.RedlightServerModule - module: redlight_server_module.RedlightServerModule