feat: update backend to share more info2
This commit is contained in:
parent
0ece2418ef
commit
079a60cd0b
1 changed files with 0 additions and 4 deletions
|
@ -47,10 +47,6 @@
|
||||||
cfg = config.services."${package_name}";
|
cfg = config.services."${package_name}";
|
||||||
# secret options are in the env file loaded separately
|
# secret options are in the env file loaded separately
|
||||||
environment_config = {
|
environment_config = {
|
||||||
# non secret ldap stuff
|
|
||||||
LDAP_HOST = cfg.ldap.host;
|
|
||||||
LDAP_ADMIN = cfg.ldap.admin;
|
|
||||||
|
|
||||||
# basic server stuff
|
# basic server stuff
|
||||||
HOME = cfg.home;
|
HOME = cfg.home;
|
||||||
DATABASE = "database.db";
|
DATABASE = "database.db";
|
||||||
|
|
Loading…
Reference in a new issue