Rename internal:process to .mudpy.process
[mudpy.git] / etc / mudpy.yaml
index 512f27f..672cf4f 100644 (file)
@@ -42,14 +42,11 @@ __control__:
 .mudpy.movement.west.exit_term: to the west
 .mudpy.movement.west.vector: [-1,0,0]
 
-internal:network:
-    host: ::1
-    #host: 127.0.0.1
-    port: 6669
+.mudpy.network.host: '::1'
+.mudpy.network.port: 6669
 
-internal:process:
-    #daemon: yes
-    #pidfile: mudpy.pid
+#.mudpy.process.daemon: true
+#.mudpy.process.pidfile: mudpy.pid
 
 internal:storage:
     default_dir: "data"