This commit is contained in:
Charlotte 🦝 Delenk 2023-04-18 20:54:56 +01:00
parent 7b7dfde7be
commit 46c5a1fe9a
Signed by: darkkirb
GPG key ID: AB2BD8DAF2E37122

View file

@ -20,9 +20,9 @@ in {
inherit (settingsFormat) type; inherit (settingsFormat) type;
default = { default = {
appservice = { appservice = {
address = "http://mautrix-telegram.int.chir.rs:29328"; address = "http://mautrix-telegram.int.chir.rs:29317";
hostname = "0.0.0.0"; hostname = "0.0.0.0";
port = 29328; port = 29317;
database = "sqlite:///${dataDir}/mautrix-telegram.db"; database = "sqlite:///${dataDir}/mautrix-telegram.db";
as_token = "$AS_TOKEN"; as_token = "$AS_TOKEN";
hs_token = "$HS_TOKEN"; hs_token = "$HS_TOKEN";