feat: update backend to share more info2

This commit is contained in:
silver 2023-09-10 22:27:36 +01:00
parent 0ece2418ef
commit 079a60cd0b

View file

@ -47,10 +47,6 @@
cfg = config.services."${package_name}";
# secret options are in the env file loaded separately
environment_config = {
# non secret ldap stuff
LDAP_HOST = cfg.ldap.host;
LDAP_ADMIN = cfg.ldap.admin;
# basic server stuff
HOME = cfg.home;
DATABASE = "database.db";