annotate example_conf.toml @ 471:1b08432a0e5d

Cosmetics.
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Thu, 23 Aug 2018 10:11:50 +0200
parents 5611cf72cc92
children 3af7ca761f6a
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"
463
5611cf72cc92 Add metamorphic database role and user e.g. for GeoServer
Tom Gottfried <tom@intevation.de>
parents: 458
diff changeset
8 metamorph-db-user = "meta_login"
5611cf72cc92 Add metamorphic database role and user e.g. for GeoServer
Tom Gottfried <tom@intevation.de>
parents: 458
diff changeset
9 metamorph-db-password = "geo2Serv"