Matrix: Difference between revisions

imported>Pacien
add comments on time-sensitive imports
imported>Pacien
appservices: add remark about the default DBMS
Line 118: Line 118:
     enable = true;
     enable = true;
     environmentFile = /etc/secrets/mautrix-telegram.env; # file containing the appservice and telegram tokens
     environmentFile = /etc/secrets/mautrix-telegram.env; # file containing the appservice and telegram tokens
    # The appservice is pre-configured to use SQLite by default. It's also possible to use PostgreSQL.
     settings = {
     settings = {
       homeserver = {
       homeserver = {
Line 183: Line 184:
     enable = true;
     enable = true;
     environmentFile = /etc/keyring/matrix-appservice-discord/tokens.env;
     environmentFile = /etc/keyring/matrix-appservice-discord/tokens.env;
    # The appservice is pre-configured to use SQLite by default. It's also possible to use PostgreSQL.
     settings = {
     settings = {
       bridge = {
       bridge = {