base/resources/config.conf
changeset 33 fa0f19a74283
parent 14 7c4b05467630
--- a/base/resources/config.conf	Tue Nov 24 13:15:49 2020 +0100
+++ b/base/resources/config.conf	Tue Dec 29 16:46:47 2020 +0100
@@ -1,10 +1,10 @@
 config {
+  cms {
+    root = example/content
+  }
   http {
     interface = localhost
     port = 8080
     prefix = cms
   }
-  run {
-    mode = devel
-  }
 }