Mailpass not secret cookie

This commit is contained in:
Lillian-Violet 2023-11-27 14:13:46 +01:00
parent f7f6882e71
commit 10bee396df

View file

@ -37,7 +37,7 @@
smtp-host = "localhost"; smtp-host = "localhost";
smtp-port = 587; smtp-port = 587;
smtp-username = "no-reply@social.gladtherescake.eu"; 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"; smtp-from = "no-reply@social.gladtherescake.eu";
}; };
}; };