mirror of
https://github.com/MatomoCamp/matomocamp-bot.git
synced 2024-09-11 06:53:44 +02:00
19 lines
415 B
Python
19 lines
415 B
Python
homeserver = "https://matrix.matomocamp.org"
|
|
|
|
user_id = "@lukas:matomocamp.org"
|
|
|
|
devicename = "MatomoCamp bot"
|
|
|
|
admins = [
|
|
"@lukas:matomocamp.org",
|
|
"@lukas:lw1.at",
|
|
"@ronanchardonneau:matrix.org",
|
|
"@aguay:matrix.org"
|
|
]
|
|
moderators = [
|
|
"@silva.arapi:matrix.org",
|
|
"@peterbo:matrix.org",
|
|
"@ronan_hello:matomocamp.org",
|
|
"@frederic_forster:matrix.org",
|
|
"@thomas.zeithaml:matrix.org"
|
|
]
|