Merge pull request '???' (#25) from hotfix-mautrix-discord into main
Reviewed-on: #25
This commit is contained in:
commit
55e46edab6
1 changed files with 2 additions and 2 deletions
|
@ -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";
|
||||||
|
|
Loading…
Reference in a new issue