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