Mailpass not secret cookie

This commit is contained in:
Lillian Violet 2023-11-27 14:13:46 +01:00
parent c1ce31835f
commit 4a99585a26

View file

@ -37,7 +37,7 @@
smtp-host = "localhost";
smtp-port = 587;
smtp-username = "no-reply@social.gladtherescake.eu";
smtp-password = config.sops.secrets."releaseCookie".path;
smtp-password = config.sops.secrets."mailpass".path;
smtp-from = "no-reply@social.gladtherescake.eu";
};
};