Skip to content

Commit

Permalink
changed some environmental vars back to default
Browse files Browse the repository at this point in the history
  • Loading branch information
gannebamm committed Jan 22, 2019
1 parent 42ab7be commit d023526
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions scripts/docker/env/production/django.env
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
DJANGO_SETTINGS_MODULE=geonode.settings
GEONODE_INSTANCE_NAME=geonode
GEONODE_LB_HOST_IP=localhost
GEONODE_LB_PORT=localhost
GEONODE_LB_HOST_IP
GEONODE_LB_PORT
DEFAULT_BACKEND_DATASTORE=datastore
GEONODE_DATABASE=geonode
GEONODE_DATABASE_PASSWORD=geonode
Expand Down Expand Up @@ -32,10 +32,10 @@ HAYSTACK_ENGINE_URL=http://elasticsearch:9200/
HAYSTACK_ENGINE_INDEX_NAME=haystack
HAYSTACK_SEARCH_RESULTS_PER_PAGE=200

# ADDED - NEEDS RESET TO DEFAULT!
ALLOWED_DOCUMENT_TYPES=['doc', 'docx', 'gif', 'jpg', 'jpeg', 'ods', 'odt', 'odp', 'pdf', 'png','ppt', 'pptx', 'rar', 'sld', 'tif', 'tiff', 'txt', 'xls', 'xlsx', 'xml', 'zip', 'gz', 'qml', 'lyr', 'qlr']
MAX_DOCUMENT_SIZE=50
# ABOVE NEEDS RESET TO DEFAULT!

ALLOWED_DOCUMENT_TYPES=['doc', 'docx', 'gif', 'jpg', 'jpeg', 'ods', 'odt', 'odp', 'pdf', 'png','ppt', 'pptx', 'rar', 'sld', 'tif', 'tiff', 'txt', 'xls', 'xlsx', 'xml', 'zip', 'gz', 'qml']
MAX_DOCUMENT_SIZE=2



# GEOSERVER_ADMIN_PASSWORD=admin
Expand Down

0 comments on commit d023526

Please sign in to comment.