diff example_conf.toml @ 949:d11f1211b4e6

Update example configuration geoserver-clean = true should be a sensible default for development.
author Tom Gottfried <tom@intevation.de>
date Sat, 13 Oct 2018 15:52:14 +0200
parents 7e45aaec7081
children 7fc47ac98520
line wrap: on
line diff
--- a/example_conf.toml	Sat Oct 13 14:26:40 2018 +0200
+++ b/example_conf.toml	Sat Oct 13 15:52:14 2018 +0200
@@ -47,6 +47,9 @@
 #geoserver-user = "admin"
 #geoserver-password = "geoserver"
 
+# Clean GeoServer setup on startup
+geoserver-clean = true
+
 # Proxy settings for external OGC services
 #proxy-key = "SECRET"
 #proxy-prefix = "http://localhost:8000"