annotate example_conf.toml @ 318:1a2dfd9351e9

Add example configuration and use it in dockerised backend Besides the documenting effect of an example, using it in a docker container makes it easier to change configuration via a volume of the running container.
author Tom Gottfried <tom@intevation.de>
date Thu, 02 Aug 2018 12:48:59 +0200
parents
children 41b37a531843
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"
1a2dfd9351e9 Add example configuration and use it in dockerised backend
Tom Gottfried <tom@intevation.de>
parents:
diff changeset
2 service-user = "paul"
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"