Switch example listening port from 6669 to 4000
[mudpy.git] / etc / mudpy.yaml
index 512f27f..ab7c9ed 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (c) 2004-2016 Jeremy Stanley <fungi@yuggoth.org>. Permission
+# Copyright (c) 2004-2017 Jeremy Stanley <fungi@yuggoth.org>. Permission
 # to use, copy, modify, and distribute this software is granted under
 # terms provided in the LICENSE file distributed with this software.
 
@@ -13,7 +13,7 @@ __control__:
 .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" }
 
-#.mudpy.limit.admins: [ admin ]
+.mudpy.limit.admins: [ admin ]
 .mudpy.limit.avatars: 7
 #.mudpy.limit.backups: 10
 .mudpy.limit.password_tries: 3
@@ -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: 4000
 
-internal:process:
-    #daemon: yes
-    #pidfile: mudpy.pid
+#.mudpy.process.daemon: true
+#.mudpy.process.pidfile: mudpy.pid
 
 internal:storage:
     default_dir: "data"