mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 04:02:55 +03:00
mautrix-whatsapp: Add postgres options to example
This commit is contained in:
parent
b443a4d940
commit
0173330426
@ -67,6 +67,10 @@ in {
|
||||
example = {
|
||||
settings = {
|
||||
homeserver.address = "https://matrix.myhomeserver.org";
|
||||
appservice.database = {
|
||||
type = "postgres";
|
||||
uri = "postgresql:///mautrix_whatsapp?host=/run/postgresql";
|
||||
};
|
||||
bridge.permissions = {
|
||||
"@admin:myhomeserver.org" = "admin";
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user