annotate example_conf.toml @ 458:01deefb7ec7a

Add GeoServer Dockerfile
author Tom Gottfried <tom@intevation.de>
date Wed, 22 Aug 2018 14:34:37 +0200
parents 41b37a531843
children 5611cf72cc92
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
318
1a2dfd9351e9 Add example configuration and use it in dockerised backend
Tom Gottfried <tom@intevation.de>
parents:
diff changeset
1 dbhost = "gemma_db"
404
41b37a531843 Fix service user in Docker
Tom Gottfried <tom@intevation.de>
parents: 318
diff changeset
2 service-user = "gemma_service"
318
1a2dfd9351e9 Add example configuration and use it in dockerised backend
Tom Gottfried <tom@intevation.de>
parents:
diff changeset
3 service-password = "pw2Reset4"
1a2dfd9351e9 Add example configuration and use it in dockerised backend
Tom Gottfried <tom@intevation.de>
parents:
diff changeset
4 host = "0.0.0.0"
1a2dfd9351e9 Add example configuration and use it in dockerised backend
Tom Gottfried <tom@intevation.de>
parents:
diff changeset
5 sessions = "/tmp/gemma_session.data"
1a2dfd9351e9 Add example configuration and use it in dockerised backend
Tom Gottfried <tom@intevation.de>
parents:
diff changeset
6 web = "./web"
458
01deefb7ec7a Add GeoServer Dockerfile
Tom Gottfried <tom@intevation.de>
parents: 404
diff changeset
7 geoserver-url = "http://gemma_geoserver:8080/geoserver"