feat: add proper env vars for home and the csv

This commit is contained in:
silver 2023-07-17 01:24:52 +01:00
parent 480860ca26
commit f73a7dfa29
4 changed files with 19 additions and 13 deletions

View file

@ -51,7 +51,9 @@
LDAP_ADMIN = cfg.ldap.admin;
# basic dserver stuff
DATABASE = "${cfg.home}/database.db";
HOME = cfg.home;
DATABASE = "database.db";
CSV = "wolves.csv";
HOST_PORT = cfg.host_port;
# special categories of users