Commit 01733304 authored by Frédéric Christ's avatar Frédéric Christ
Browse files

mautrix-whatsapp: Add postgres options to example

parent b443a4d9
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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";
          };