|
| 1 | +COMPOSE_PROJECT_NAME=geonode |
| 2 | +DOCKER_HOST_IP= |
| 3 | +DOCKER_ENV=production |
| 4 | +# See https://github.com/geosolutions-it/geonode-generic/issues/28 |
| 5 | +# to see why we force API version to 1.24 |
| 6 | +DOCKER_API_VERSION="1.24" |
| 7 | +BACKUPS_VOLUME_DRIVER=local |
| 8 | + |
| 9 | +C_FORCE_ROOT=1 |
| 10 | +FORCE_REINIT=false |
| 11 | +INVOKE_LOG_STDOUT=true |
| 12 | + |
| 13 | +# LANGUAGE_CODE=pt |
| 14 | +# LANGUAGES=(('en','English'),('pt','Portuguese')) |
| 15 | + |
| 16 | +DJANGO_SETTINGS_MODULE=geonode.settings |
| 17 | +GEONODE_INSTANCE_NAME=geonode |
| 18 | +GEONODE_LB_HOST_IP= |
| 19 | +GEONODE_LB_PORT= |
| 20 | + |
| 21 | +# ################# |
| 22 | +# backend |
| 23 | +# ################# |
| 24 | +POSTGRES_USER=postgres |
| 25 | +POSTGRES_PASSWORD=postgres |
| 26 | +GEONODE_DATABASE=geonode |
| 27 | +GEONODE_DATABASE_PASSWORD=geonode |
| 28 | +GEONODE_GEODATABASE=geonode_data |
| 29 | +GEONODE_GEODATABASE_PASSWORD=geonode |
| 30 | +GEONODE_DATABASE_SCHEMA=public |
| 31 | +GEONODE_GEODATABASE_SCHEMA=public |
| 32 | +DATABASE_HOST=localhost |
| 33 | +DATABASE_PORT=5432 |
| 34 | +DATABASE_URL=postgis://geonode:geonode@localhost:5432/geonode |
| 35 | +GEODATABASE_URL=postgis://geonode:geonode@localhost:5432/geonode_data |
| 36 | +GEONODE_DB_CONN_MAX_AGE=0 |
| 37 | +GEONODE_DB_CONN_TOUT=5 |
| 38 | +DEFAULT_BACKEND_DATASTORE=datastore |
| 39 | +BROKER_URL=amqp://admin:admin@localhost:5672// |
| 40 | +ASYNC_SIGNALS=False |
| 41 | + |
| 42 | +SITEURL=http://localhost/ |
| 43 | + |
| 44 | +ALLOWED_HOSTS="['django', '*']" |
| 45 | + |
| 46 | +# Data Uploader |
| 47 | +DEFAULT_BACKEND_UPLOADER=geonode.importer |
| 48 | +TIME_ENABLED=True |
| 49 | +MOSAIC_ENABLED=False |
| 50 | +HAYSTACK_SEARCH=False |
| 51 | +HAYSTACK_ENGINE_URL=http://elasticsearch:9200/ |
| 52 | +HAYSTACK_ENGINE_INDEX_NAME=haystack |
| 53 | +HAYSTACK_SEARCH_RESULTS_PER_PAGE=200 |
| 54 | + |
| 55 | +# ################# |
| 56 | +# nginx |
| 57 | +# HTTPD Server |
| 58 | +# ################# |
| 59 | +GEONODE_LB_HOST_IP=localhost |
| 60 | +GEONODE_LB_PORT=80 |
| 61 | + |
| 62 | +# IP or domain name and port where the server can be reached on HTTPS (leave HOST empty if you want to use HTTP only) |
| 63 | +# port where the server can be reached on HTTPS |
| 64 | +HTTP_HOST=localhost |
| 65 | +HTTPS_HOST= |
| 66 | + |
| 67 | +HTTP_PORT=80 |
| 68 | +HTTPS_PORT=443 |
| 69 | + |
| 70 | +# Let's Encrypt certificates for https encryption. You must have a domain name as HTTPS_HOST (doesn't work |
| 71 | +# with an ip) and it must be reachable from the outside. This can be one of the following : |
| 72 | +# disabled : we do not get a certificate at all (a placeholder certificate will be used) |
| 73 | +# staging : we get staging certificates (are invalid, but allow to test the process completely and have much higher limit rates) |
| 74 | +# production : we get a normal certificate (default) |
| 75 | +LETSENCRYPT_MODE=disabled |
| 76 | +# LETSENCRYPT_MODE=staging |
| 77 | +# LETSENCRYPT_MODE=production |
| 78 | + |
| 79 | +RESOLVER=127.0.0.11 |
| 80 | + |
| 81 | +# ################# |
| 82 | +# geoserver |
| 83 | +# ################# |
| 84 | +GEOSERVER_WEB_UI_LOCATION=http://localhost:8080/geoserver/ |
| 85 | +GEOSERVER_PUBLIC_LOCATION=http://localhost:8080/geoserver/ |
| 86 | +GEOSERVER_LOCATION=http://localhost:8080/geoserver/ |
| 87 | +GEOSERVER_ADMIN_USER=admin |
| 88 | +GEOSERVER_ADMIN_PASSWORD=geoserver |
| 89 | + |
| 90 | +OGC_REQUEST_TIMEOUT=30 |
| 91 | +OGC_REQUEST_MAX_RETRIES=1 |
| 92 | +OGC_REQUEST_BACKOFF_FACTOR=0.3 |
| 93 | +OGC_REQUEST_POOL_MAXSIZE=10 |
| 94 | +OGC_REQUEST_POOL_CONNECTIONS=10 |
| 95 | + |
| 96 | +# Java Options & Memory |
| 97 | +ENABLE_JSONP=true |
| 98 | +outFormat=text/javascript |
| 99 | +GEOSERVER_JAVA_OPTS="-Djava.awt.headless=true -Xms2G -Xmx4G -XX:+UnlockDiagnosticVMOptions -XX:+LogVMOutput -XX:LogFile=/var/log/jvm.log -XX:PerfDataSamplingInterval=500 -XX:SoftRefLRUPolicyMSPerMB=36000 -XX:-UseGCOverheadLimit -XX:+UseConcMarkSweepGC -XX:+UseParNewGC -XX:ParallelGCThreads=4 -Dfile.encoding=UTF8 -Djavax.servlet.request.encoding=UTF-8 -Djavax.servlet.response.encoding=UTF-8 -Duser.timezone=GMT -Dorg.geotools.shapefile.datetime=false -DGEOSERVER_CSRF_DISABLED=true -DPRINT_BASE_URL=http://geoserver:8080/geoserver/pdf -DALLOW_ENV_PARAMETRIZATION=true -Xbootclasspath/a:/usr/local/tomcat/webapps/geoserver/WEB-INF/lib/marlin-0.9.3-Unsafe.jar -Dsun.java2d.renderer=org.marlin.pisces.MarlinRenderingEngine" |
| 100 | + |
| 101 | +# ################# |
| 102 | +# Security |
| 103 | +# ################# |
| 104 | +# Admin Settings |
| 105 | +ADMIN_USERNAME=admin |
| 106 | +ADMIN_PASSWORD=admin |
| 107 | +ADMIN_EMAIL=admin@localhost |
| 108 | + |
| 109 | +# EMAIL Notifications |
| 110 | +EMAIL_ENABLE=False |
| 111 | +DJANGO_EMAIL_BACKEND=django.core.mail.backends.smtp.EmailBackend |
| 112 | +DJANGO_EMAIL_HOST=localhost |
| 113 | +DJANGO_EMAIL_PORT=25 |
| 114 | +DJANGO_EMAIL_HOST_USER= |
| 115 | +DJANGO_EMAIL_HOST_PASSWORD= |
| 116 | +DJANGO_EMAIL_USE_TLS=False |
| 117 | +DJANGO_EMAIL_USE_SSL=False |
| 118 | +DEFAULT_FROM_EMAIL='GeoNode <no-reply@geonode.org>' |
| 119 | + |
| 120 | +# Session/Access Control |
| 121 | +LOCKDOWN_GEONODE=False |
| 122 | +CORS_ORIGIN_ALLOW_ALL=True |
| 123 | +X_FRAME_OPTIONS="ALLOW-FROM ALL" |
| 124 | +SESSION_EXPIRED_CONTROL_ENABLED=True |
| 125 | +DEFAULT_ANONYMOUS_VIEW_PERMISSION=True |
| 126 | +DEFAULT_ANONYMOUS_DOWNLOAD_PERMISSION=True |
| 127 | + |
| 128 | +# Users Registration |
| 129 | +ACCOUNT_OPEN_SIGNUP=True |
| 130 | +ACCOUNT_EMAIL_REQUIRED=True |
| 131 | +ACCOUNT_APPROVAL_REQUIRED=False |
| 132 | +ACCOUNT_CONFIRM_EMAIL_ON_GET=False |
| 133 | +ACCOUNT_EMAIL_VERIFICATION=none |
| 134 | +ACCOUNT_EMAIL_CONFIRMATION_EMAIL=False |
| 135 | +ACCOUNT_EMAIL_CONFIRMATION_REQUIRED=False |
| 136 | +ACCOUNT_AUTHENTICATION_METHOD=username_email |
| 137 | +AUTO_ASSIGN_REGISTERED_MEMBERS_TO_REGISTERED_MEMBERS_GROUP_NAME=True |
| 138 | + |
| 139 | +# OAuth2 |
| 140 | +OAUTH2_API_KEY= |
| 141 | +OAUTH2_CLIENT_ID=Jrchz2oPY3akmzndmgUTYrs9gczlgoV20YPSvqaV |
| 142 | +OAUTH2_CLIENT_SECRET=rCnp5txobUo83EpQEblM8fVj3QT5zb5qRfxNsuPzCqZaiRyIoxM4jdgMiZKFfePBHYXCLd7B8NlkfDBY9HKeIQPcy5Cp08KQNpRHQbjpLItDHv12GvkSeXp6OxaUETv3 |
| 143 | + |
| 144 | +# GeoNode APIs |
| 145 | +API_LOCKDOWN=False |
| 146 | +TASTYPIE_APIKEY= |
| 147 | + |
| 148 | +# ################# |
| 149 | +# Production and |
| 150 | +# Monitoring |
| 151 | +# ################# |
| 152 | +DEBUG=False |
| 153 | + |
| 154 | +SECRET_KEY='myv-y4#7j-d*p-__@j#*3z@!y24fz8%^z2v6atuy4bo9vqr1_a' |
| 155 | + |
| 156 | +# STATIC_ROOT=/mnt/volumes/statics/static/ |
| 157 | +# MEDIA_ROOT=/mnt/volumes/statics/uploaded/ |
| 158 | +# GEOIP_PATH=/mnt/volumes/statics/geoip.db |
| 159 | + |
| 160 | +CACHE_BUSTING_STATIC_ENABLED=False |
| 161 | +CACHE_BUSTING_MEDIA_ENABLED=False |
| 162 | + |
| 163 | +MEMCACHED_ENABLED=False |
| 164 | +MEMCACHED_BACKEND=django.core.cache.backends.memcached.MemcachedCache |
| 165 | +MEMCACHED_LOCATION=127.0.0.1:11211 |
| 166 | +MEMCACHED_LOCK_EXPIRE=3600 |
| 167 | +MEMCACHED_LOCK_TIMEOUT=10 |
| 168 | + |
| 169 | +MAX_DOCUMENT_SIZE=2 |
| 170 | +CLIENT_RESULTS_LIMIT=5 |
| 171 | +API_LIMIT_PER_PAGE=1000 |
| 172 | + |
| 173 | +# GIS Client |
| 174 | +GEONODE_CLIENT_LAYER_PREVIEW_LIBRARY=mapstore |
| 175 | +MAPBOX_ACCESS_TOKEN= |
| 176 | +BING_API_KEY= |
| 177 | +GOOGLE_API_KEY= |
| 178 | + |
| 179 | +# Monitoring |
| 180 | +MONITORING_ENABLED=True |
| 181 | +MONITORING_DATA_TTL=365 |
| 182 | +USER_ANALYTICS_ENABLED=True |
| 183 | +USER_ANALYTICS_GZIP=True |
| 184 | +CENTRALIZED_DASHBOARD_ENABLED=False |
| 185 | +MONITORING_SERVICE_NAME=local-geonode |
| 186 | +MONITORING_HOST_NAME=geonode |
| 187 | + |
| 188 | +# Other Options/Contribs |
| 189 | +MODIFY_TOPICCATEGORY=True |
| 190 | +AVATAR_GRAVATAR_SSL=True |
| 191 | +EXIF_ENABLED=True |
| 192 | +CREATE_LAYER=True |
| 193 | +FAVORITE_ENABLED=True |
0 commit comments