mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-12 05:16:25 +03:00
mautrix-whatsapp: Add postgres options to example
This commit is contained in:
parent
b443a4d940
commit
0173330426
1 changed files with 4 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue