Skip to content

Commit e647dce

Browse files
committed
Removed legacy env variables
1 parent 5697b61 commit e647dce

File tree

1 file changed

+0
-27
lines changed

1 file changed

+0
-27
lines changed

.env.sample

Lines changed: 0 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,5 @@
11
COMPOSE_PROJECT_NAME={{project_name}}
2-
# See https://github.com/containers/podman/issues/13889
3-
# DOCKER_BUILDKIT=0
42
DOCKER_ENV=production
5-
# See https://github.com/geosolutions-it/geonode-generic/issues/28
6-
# to see why we force API version to 1.24
7-
DOCKER_API_VERSION="1.24"
83
BACKUPS_VOLUME_DRIVER=local
94

105
GEONODE_BASE_IMAGE_VERSION=master
@@ -200,18 +195,8 @@ API_LIMIT_PER_PAGE=1000
200195
# GIS Client
201196
GEONODE_CLIENT_LAYER_PREVIEW_LIBRARY=mapstore
202197
MAPBOX_ACCESS_TOKEN=
203-
BING_API_KEY=
204198
GOOGLE_API_KEY=
205199

206-
# Monitoring
207-
MONITORING_ENABLED=False
208-
MONITORING_DATA_TTL=365
209-
USER_ANALYTICS_ENABLED=True
210-
USER_ANALYTICS_GZIP=True
211-
CENTRALIZED_DASHBOARD_ENABLED=False
212-
MONITORING_SERVICE_NAME=local-geonode
213-
MONITORING_HOST_NAME=geonode
214-
215200
# Other Options/Contribs
216201
MODIFY_TOPICCATEGORY=True
217202
AVATAR_GRAVATAR_SSL=True
@@ -223,19 +208,7 @@ FAVORITE_ENABLED=True
223208
RESOURCE_PUBLISHING=False
224209
ADMIN_MODERATE_UPLOADS=False
225210

226-
# LDAP
227-
#LDAP_ENABLED=False
228-
#LDAP_SERVER_URL=ldap://<the_ldap_server>
229-
#LDAP_BIND_DN=uid=ldapinfo,cn=users,dc=ad,dc=example,dc=org
230-
#LDAP_BIND_PASSWORD=<something_secret>
231-
#LDAP_USER_SEARCH_DN=dc=ad,dc=example,dc=org
232-
#LDAP_USER_SEARCH_FILTERSTR=(&(uid=%(user)s)(objectClass=person))
233-
#LDAP_GROUP_SEARCH_DN=cn=groups,dc=ad,dc=example,dc=org
234-
#LDAP_GROUP_SEARCH_FILTERSTR=(|(cn=abt1)(cn=abt2)(cn=abt3)(cn=abt4)(cn=abt5)(cn=abt6))
235-
#LDAP_GROUP_PROFILE_MEMBER_ATTR=uniqueMember
236-
237211
# CELERY
238-
239212
# expressed in KB
240213
# CELERY__MAX_MEMORY_PER_CHILD="200000"
241214
# ##

0 commit comments

Comments
 (0)