feat: add proper env vars for home and the csv
This commit is contained in:
parent
480860ca26
commit
f73a7dfa29
4 changed files with 19 additions and 13 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue