mautrix-whatsapp: Add postgres options to example

This commit is contained in:
Frédéric Christ 2023-08-02 21:24:29 +02:00
parent b443a4d940
commit 0173330426

View file

@ -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";
};