Matrix: Difference between revisions

imported>Pacien
update link to matrix-appservice-irc new pull request
imported>Pacien
add configuration examples for PostgreSQL
Line 134: Line 134:
           external = "http://domain.tld:8080/public";
           external = "http://domain.tld:8080/public";
         };
         };
        # The service uses SQLite by default, but it's also possible to use PostgreSQL instead:
        #database = "postgresql:///mautrix-telegram?host=/run/postgresql";
       };
       };
       bridge = {
       bridge = {
Line 194: Line 197:
         homeserverUrl = "https://public.endpoint.test.tld";
         homeserverUrl = "https://public.endpoint.test.tld";
       };
       };
      # The service uses SQLite by default, but it's also possible to use PostgreSQL instead:
      #database = {
      #  filename = ""; # empty value to disable sqlite
      #  connString = "socket:/run/postgresql?db=matrix-appservice-discord";
      #};
     };
     };
   };
   };