X-Git-Url: https://mudpy.org/gitweb?p=mudpy.git;a=blobdiff_plain;f=etc%2Fmudpy.yaml;h=ab7c9ed317d44eb11297d311952d32ed83722f90;hp=aaf3db7cd0127778047dbac465462b02cc04f667;hb=e5d1eed02a846e4d2222e5069ab64319bf1b06f7;hpb=1d3b34b7ef4678e60c24d79acfa9120e98d23a43 diff --git a/etc/mudpy.yaml b/etc/mudpy.yaml index aaf3db7..ab7c9ed 100644 --- a/etc/mudpy.yaml +++ b/etc/mudpy.yaml @@ -1,4 +1,4 @@ -# Copyright (c) 2004-2016 Jeremy Stanley . Permission +# Copyright (c) 2004-2017 Jeremy Stanley . 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 @@ -43,11 +43,10 @@ __control__: .mudpy.movement.west.vector: [-1,0,0] .mudpy.network.host: '::1' -.mudpy.network.port: 6669 +.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"