changeset 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 5f89868bd75e
children 7fc47ac98520
files example_conf.toml
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
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"