fix: forgot it wasnt env vars yet
This commit is contained in:
parent
0c4627c036
commit
c582c09d12
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue