mirror of
https://github.com/ClusterCockpit/cc-docker.git
synced 2024-11-10 08:37:26 +01:00
Add Ldap URL
This commit is contained in:
parent
a6a5e1d2a1
commit
d1941510b1
2
.env
2
.env
@ -3,7 +3,7 @@ DATADIR=./data
|
||||
########################################################################
|
||||
# APP
|
||||
########################################################################
|
||||
APP_CLUSTERCOCKPIT_INIT=true
|
||||
APP_CLUSTERCOCKPIT_INIT=false
|
||||
APP_ENVIRONMENT=dev
|
||||
|
||||
########################################################################
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user