envole/tmpl/envole-nineboard.env

20 lines
514 B
Bash
Raw Normal View History

2023-11-17 16:40:41 +01:00
#-- LOCAL ---------------------------------------------------------------------------------------------------------------------------------
APP_WEBURL=${WEB_URL}
APP_SECRET=%%getVar("nineboard_secret","changeme")
APP_ALIAS=nineboard/
%if %%getVar("activer_ninegate", "non") == "oui"
APP_MASTERIDENTITY=NINEGATE
2024-02-29 16:46:23 +01:00
APP_MASTERURL=${NINEGATE_URL}
2023-11-17 16:40:41 +01:00
APP_MASTERKEY=%%getVar("ninegate_secret","")
%else
%if %%getVar("activer_openldap", "non") == "oui"
APP_MASTERIDENTITY=LDAP
%end if
%end if
LDAP_MODEL=${LDAP_TEMPLATE}