This commit is contained in:
Motiejus Jakštys 2023-09-07 13:51:43 +03:00
parent 633e093969
commit d8aa8e5748
1 changed files with 3 additions and 6 deletions

View File

@ -426,14 +426,11 @@
WEBSOCKET_ADDRESS = "127.0.0.1";
WEBSOCKET_PORT = myData.ports.vaultwarden_ws;
SMTP_HOST = "127.0.0.1";
SMTP_HOST = "localhost";
SMTP_PORT = 25;
SMTP_SECURITY = "off";
#USE_SENDMAIL = true;
#SENDMAIL_COMMAND = "${pkgs.postfix}/bin/sendmail";
#SMTP_FROM = "admin@jakstys.lt";
#SMTP_FROM_NAME = "jakstys.lt Bitwarden server";
SMTP_FROM = "admin@jakstys.lt";
SMTP_FROM_NAME = "Bitwarden at jakstys.lt";
};
};
};