fix: forgot it wasnt env vars yet

This commit is contained in:
silver 2023-07-30 05:27:50 +01:00
parent 0c4627c036
commit c582c09d12

View file

@ -58,8 +58,8 @@
HOST_PORT = cfg.host_port; HOST_PORT = cfg.host_port;
# Email stuff # Email stuff
EMAIL_SMTP = cfg.mail.host EMAIL_SMTP = cfg.mail.host;
EMAIL_USER = cfg.mail.user EMAIL_USER = cfg.mail.user;
# special categories of users # special categories of users
USERS_ADMIN = lib.strings.concatStringsSep "," cfg.users.admin; USERS_ADMIN = lib.strings.concatStringsSep "," cfg.users.admin;