forked from wurzel/fruitbasket
mautrix-telegram: enable again and small fix
This commit is contained in:
parent
e5b9d8b944
commit
8c7ffab70e
2 changed files with 3 additions and 2 deletions
|
@ -46,12 +46,13 @@ in
|
|||
# Use postgresql instead of sqlite
|
||||
database = "postgresql:///mautrix-telegram?host=/run/postgresql";
|
||||
port = 8082;
|
||||
address = "localhost:${toString port}";
|
||||
address = "http://localhost:${toString port}";
|
||||
};
|
||||
|
||||
bridge = {
|
||||
relaybot.authless_portals = false;
|
||||
permissions = {
|
||||
# Add yourself here temporarily
|
||||
"@admin:${homeserverDomain}" = "admin";
|
||||
};
|
||||
relay_user_distinguishers = [ ];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue