2024-12-07 16:36:07 +00:00
|
|
|
{#
|
2024-12-07 17:40:11 +00:00
|
|
|
SPDX-FileCopyrightText: 2022 MDAD Team and contributors
|
2024-12-07 16:36:07 +00:00
|
|
|
|
|
|
|
SPDX-License-Identifier: AGPL-3.0-or-later
|
|
|
|
#}
|
|
|
|
|
2022-09-09 11:37:52 +00:00
|
|
|
# A unique, user-defined ID of the application service which will never change.
|
|
|
|
id: "Cactus Comments"
|
|
|
|
|
|
|
|
# Where the cactus-appservice is hosted:
|
|
|
|
url: "http://matrix-cactus-comments:{{ matrix_cactus_comments_container_port }}"
|
|
|
|
|
|
|
|
# Unique tokens used to authenticate requests between our service and the
|
|
|
|
# homeserver (and the other way). Use the sha256 hashes of something random.
|
|
|
|
# CHANGE THESE VALUES.
|
|
|
|
as_token: {{ matrix_cactus_comments_as_token | to_json }}
|
|
|
|
hs_token: {{ matrix_cactus_comments_hs_token | to_json }}
|
|
|
|
|
2024-10-15 17:24:34 +00:00
|
|
|
# The user ID of the cactusbot which can be used to register and moderate sites
|
2022-09-09 11:37:52 +00:00
|
|
|
sender_localpart: "{{ matrix_cactus_comments_user_id }}"
|
|
|
|
|
|
|
|
namespaces:
|
|
|
|
aliases:
|
|
|
|
- exclusive: true
|
|
|
|
regex: "#comments_.*"
|