changeset 950:7fc47ac98520

Do not clean GeoServer by default! This is meant to be a development or system upgrade flage triggred explictily with --geoserver-clean on the command line.
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Mon, 15 Oct 2018 11:06:21 +0200
parents d11f1211b4e6
children 6eb45b3c73f6
files example_conf.toml
diffstat 1 files changed, 4 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/example_conf.toml	Sat Oct 13 15:52:14 2018 +0200
+++ b/example_conf.toml	Mon Oct 15 11:06:21 2018 +0200
@@ -48,7 +48,10 @@
 #geoserver-password = "geoserver"
 
 # Clean GeoServer setup on startup
-geoserver-clean = true
+# Persisting this is mainly useful in some dev setups.
+# Cleaning up the GeoServer should be done with
+# an explicit --geoserver-clean on the command line.
+#geoserver-clean = true
 
 # Proxy settings for external OGC services
 #proxy-key = "SECRET"