diff 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
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/example_conf.toml	Thu Aug 02 12:48:59 2018 +0200
@@ -0,0 +1,6 @@
+dbhost = "gemma_db"
+service-user = "paul"
+service-password = "pw2Reset4"
+host = "0.0.0.0"
+sessions = "/tmp/gemma_session.data"
+web = "./web"