Rename internal:storage to .mudpy.filing
[mudpy.git] / mudpy / tests / fixtures / test_daemon.yaml
index cc1190e..65cc798 100644 (file)
@@ -9,6 +9,10 @@ __control__:
     private_files: [ "account.yaml" ]
     read_only: yes
 
+.mudpy.filing.prefix: "."
+.mudpy.filing.search: [ "", "etc", "share", "data" ]
+.mudpy.filing.stash: "data"
+
 .mudpy.linguistic.actions: { "?": "ask", ",": "begin", "-": "begin", ":": "begin", ";": "begin", "!": "exclaim", "...": "muse", ".": "say" }
 .mudpy.linguistic.default_punctuation: .
 .mudpy.linguistic.typos: { "i": "I", "i'd": "I'd", "i'll": "I'll", "i'm": "I'm", "teh": "the", "theyre": "they're", "youre": "you're" }
@@ -57,8 +61,3 @@ __control__:
 .mudpy.timing.increment: 0.1
 .mudpy.timing.save: 5
 .mudpy.timing.status: 25
-
-internal:storage:
-    default_dir: "data"
-    root_path: "."
-    search_path: [ "", "etc", "share", "data" ]