???
This commit is contained in:
parent
7b7dfde7be
commit
46c5a1fe9a
1 changed files with 2 additions and 2 deletions
|
@ -20,9 +20,9 @@ in {
|
|||
inherit (settingsFormat) type;
|
||||
default = {
|
||||
appservice = {
|
||||
address = "http://mautrix-telegram.int.chir.rs:29328";
|
||||
address = "http://mautrix-telegram.int.chir.rs:29317";
|
||||
hostname = "0.0.0.0";
|
||||
port = 29328;
|
||||
port = 29317;
|
||||
database = "sqlite:///${dataDir}/mautrix-telegram.db";
|
||||
as_token = "$AS_TOKEN";
|
||||
hs_token = "$HS_TOKEN";
|
||||
|
|
Loading…
Reference in a new issue