|
|
@@ -1,4 +1,4 @@ |
|
|
# Endpoint URL that Draupnir uses to interact with the matrix homeserver (client-server API), |
|
|
|
|
|
|
|
|
# Endpoint URL that Draupnir uses to interact with the Matrix homeserver (client-server API), |
|
|
# set this to the pantalaimon URL if you're using that. |
|
|
# set this to the pantalaimon URL if you're using that. |
|
|
homeserverUrl: {{ matrix_bot_draupnir_homeserver_url | to_json }} |
|
|
homeserverUrl: {{ matrix_bot_draupnir_homeserver_url | to_json }} |
|
|
|
|
|
|
|
|
@@ -14,7 +14,7 @@ accessToken: {{ matrix_bot_draupnir_access_token | to_json }} |
|
|
{% if matrix_bot_draupnir_pantalaimon_use %} |
|
|
{% if matrix_bot_draupnir_pantalaimon_use %} |
|
|
# Options related to Pantalaimon (https://github.com/matrix-org/pantalaimon) |
|
|
# Options related to Pantalaimon (https://github.com/matrix-org/pantalaimon) |
|
|
pantalaimon: |
|
|
pantalaimon: |
|
|
# Whether or not Draupnir will use pantalaimon to access the matrix homeserver, |
|
|
|
|
|
|
|
|
# Whether or not Draupnir will use Pantalaimon to access the Matrix homeserver, |
|
|
# set to `true` if you're using pantalaimon. |
|
|
# set to `true` if you're using pantalaimon. |
|
|
# |
|
|
# |
|
|
# Be sure to point homeserverUrl to the pantalaimon instance. |
|
|
# Be sure to point homeserverUrl to the pantalaimon instance. |
|
|
@@ -67,7 +67,7 @@ managementRoom: {{ matrix_bot_draupnir_management_room | to_json }} |
|
|
# Deprecated and will be removed in a future version. |
|
|
# Deprecated and will be removed in a future version. |
|
|
# Running with verboseLogging is unsupported. |
|
|
# Running with verboseLogging is unsupported. |
|
|
# Whether Draupnir should log a lot more messages in the room, |
|
|
# Whether Draupnir should log a lot more messages in the room, |
|
|
# mainly involves "all-OK" messages, and debugging messages for when draupnir checks bans in a room. |
|
|
|
|
|
|
|
|
# mainly involves "all-OK" messages, and debugging messages for when Draupnir checks bans in a room. |
|
|
verboseLogging: false |
|
|
verboseLogging: false |
|
|
|
|
|
|
|
|
# The log level of terminal (or container) output, |
|
|
# The log level of terminal (or container) output, |
|
|
|