Explicitly configure the root_path in examples
authorJeremy Stanley <fungi@yuggoth.org>
Sat, 29 Jul 2017 18:34:55 +0000 (18:34 +0000)
committerJeremy Stanley <fungi@yuggoth.org>
Sat, 29 Jul 2017 18:34:55 +0000 (18:34 +0000)
In the example and test configurations, set the root_path value to
"." signifying the current/starting directory. This exercises the
option so we can make sure it doesn't break anything.

etc/mudpy.yaml
mudpy/tests/fixtures/test_daemon.yaml

index dc82a45..a531af3 100644 (file)
@@ -60,5 +60,5 @@ __control__:
 
 internal:storage:
     default_dir: "data"
-    #root_path: "."
+    root_path: "."
     search_path: [ "", "etc", "share", "data" ]
index f9d7c64..cc1190e 100644 (file)
@@ -60,5 +60,5 @@ __control__:
 
 internal:storage:
     default_dir: "data"
-    #root_path: "."
+    root_path: "."
     search_path: [ "", "etc", "share", "data" ]