Rename internal:storage to .mudpy.filing
[mudpy.git] / etc / mudpy.yaml
1 # Copyright (c) 2004-2017 Jeremy Stanley <fungi@yuggoth.org>. Permission
2 # to use, copy, modify, and distribute this software is granted under
3 # terms provided in the LICENSE file distributed with this software.
4
5 __control__:
6     default_files: { "account": "account.yaml", "actor": "actor.yaml", "area": "area.yaml", "command": "command.yaml", "internal": "internal.yaml", "menu": "menu.yaml", "other": "other.yaml", "prop": "prop.yaml" }
7     include_dirs: [ "sample" ]
8     include_files: [ "archetype.yaml" ]
9     private_files: [ "account.yaml" ]
10     read_only: yes
11
12 .mudpy.filing.prefix: "."
13 .mudpy.filing.search: [ "", "etc", "share", "data" ]
14 .mudpy.filing.stash: "data"
15
16 .mudpy.linguistic.actions: { "?": "ask", ",": "begin", "-": "begin", ":": "begin", ";": "begin", "!": "exclaim", "...": "muse", ".": "say" }
17 .mudpy.linguistic.default_punctuation: .
18 .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" }
19
20 .mudpy.limit.admins: [ admin ]
21 .mudpy.limit.avatars: 7
22 #.mudpy.limit.backups: 10
23 .mudpy.limit.password_tries: 3
24
25 #.mudpy.log.file: mudpy.log
26 .mudpy.log.lines: 1000
27 .mudpy.log.stdout: true
28 #.mudpy.log.syslog: mudpy
29
30 .mudpy.movement.down.enter_term: above
31 .mudpy.movement.down.exit_term: downward
32 .mudpy.movement.down.vector: [0,0,-1]
33 .mudpy.movement.east.enter_term: the west
34 .mudpy.movement.east.exit_term: to the east
35 .mudpy.movement.east.vector: [1,0,0]
36 .mudpy.movement.north.enter_term: the south
37 .mudpy.movement.north.exit_term: to the north
38 .mudpy.movement.north.vector: [0,1,0]
39 .mudpy.movement.south.enter_term: the north
40 .mudpy.movement.south.exit_term: to the south
41 .mudpy.movement.south.vector: [0,-1,0]
42 .mudpy.movement.up.enter_term: below
43 .mudpy.movement.up.exit_term: upward
44 .mudpy.movement.up.vector: [0,0,1]
45 .mudpy.movement.west.enter_term: the east
46 .mudpy.movement.west.exit_term: to the west
47 .mudpy.movement.west.vector: [-1,0,0]
48
49 .mudpy.network.host: '::1'
50 .mudpy.network.port: 4000
51
52 #.mudpy.process.daemon: true
53 #.mudpy.process.pidfile: mudpy.pid
54
55 .mudpy.timing.idle.disconnect.active: 6048000
56 .mudpy.timing.idle.disconnect.default: 6000
57 .mudpy.timing.idle.disconnect.entering_account_name: 600
58 .mudpy.timing.idle.warn.active: 5040000
59 .mudpy.timing.idle.warn.default: 5000
60 .mudpy.timing.idle.warn.entering_account_name: 500
61 .mudpy.timing.increment: 0.1
62 .mudpy.timing.save: 600
63 .mudpy.timing.status: 6000