Add Ldap URL

This commit is contained in:
Jan Eitzinger 2021-09-10 14:13:54 +02:00
parent a6a5e1d2a1
commit d1941510b1
2 changed files with 2 additions and 1 deletions

2
.env
View File

@ -3,7 +3,7 @@ DATADIR=./data
########################################################################
# APP
########################################################################
APP_CLUSTERCOCKPIT_INIT=true
APP_CLUSTERCOCKPIT_INIT=false
APP_ENVIRONMENT=dev
########################################################################

View File

@ -84,6 +84,7 @@ ENV APP_ENV=${APP_ENVIRONMENT}
ENV APP_SECRET=67d829bf61dc5f87a73fd814e2c9f629
ENV APP_DEBUG=1
ENV REDIS_URL=redis://cc-redis
ENV LDAP_URL=ldap://cc-ldap
ARG INFLUXDB_PORT
ARG INFLUXDB_PASSWORD
ARG INFLUXDB_ADMIN_TOKEN