|
|
@@ -69,7 +69,7 @@ matrix_appservice_discord_configuration_yaml: | |
|
|
disableJoinLeaveNotifications: false |
|
|
disableJoinLeaveNotifications: false |
|
|
# Authentication configuration for the discord bot. |
|
|
# Authentication configuration for the discord bot. |
|
|
auth: |
|
|
auth: |
|
|
clientID: {{ matrix_appservice_discord_client_id|string }} |
|
|
|
|
|
|
|
|
clientID: {{ matrix_appservice_discord_client_id|string|to_json }} |
|
|
botToken: {{ matrix_appservice_discord_bot_token }} |
|
|
botToken: {{ matrix_appservice_discord_bot_token }} |
|
|
logging: |
|
|
logging: |
|
|
# What level should the logger output to the console at. |
|
|
# What level should the logger output to the console at. |
|
|
|