Generalize copyright headers in files
[mudpy.git] / etc / mudpy.yaml
1 ---
2 _copy: Copyright (c) 2004-2017 mudpy authors. Permission to use, copy,
3     modify, and distribute this software is granted under terms
4     provided in the LICENSE file distributed with this software.
5
6 _desc: This is the top-level configuration file for mudpy service.
7
8 _load:
9     - archetype.yaml
10     - command.yaml
11     - menu.yaml
12     - sample
13
14 _lock: true
15
16 .mudpy.filing.groups:
17     account:
18         flags:
19             - private
20 .mudpy.filing.prefix: .
21 .mudpy.filing.search:
22     - ""
23     - etc
24     - share
25     - data
26 .mudpy.filing.stash: data
27
28 .mudpy.linguistic.actions:
29     ?: ask
30     ",": begin
31     -: begin
32     :: begin
33     ;: begin
34     "!": exclaim
35     ...: muse
36     .: say
37 .mudpy.linguistic.default_punctuation: .
38 .mudpy.linguistic.typos:
39     i: I
40     i'd: I'd
41     i'll: I'll
42     i'm: I'm
43     teh: the
44     theyre: they're
45     youre: you're
46
47 .mudpy.limit.admins:
48     - admin
49 .mudpy.limit.avatars: 7
50 # .mudpy.limit.backups: 10
51 .mudpy.limit.password_tries: 3
52
53 # .mudpy.log.file: var/mudpy.log
54 .mudpy.log.lines: 1000
55 .mudpy.log.stdout: true
56 # .mudpy.log.syslog: mudpy
57
58 .mudpy.movement.down.enter_term: above
59 .mudpy.movement.down.exit_term: downward
60 .mudpy.movement.down.vector: [0, 0, -1]
61 .mudpy.movement.east.enter_term: the west
62 .mudpy.movement.east.exit_term: to the east
63 .mudpy.movement.east.vector: [1, 0, 0]
64 .mudpy.movement.north.enter_term: the south
65 .mudpy.movement.north.exit_term: to the north
66 .mudpy.movement.north.vector: [0, 1, 0]
67 .mudpy.movement.south.enter_term: the north
68 .mudpy.movement.south.exit_term: to the south
69 .mudpy.movement.south.vector: [0, -1, 0]
70 .mudpy.movement.up.enter_term: below
71 .mudpy.movement.up.exit_term: upward
72 .mudpy.movement.up.vector: [0, 0, 1]
73 .mudpy.movement.west.enter_term: the east
74 .mudpy.movement.west.exit_term: to the west
75 .mudpy.movement.west.vector: [-1, 0, 0]
76
77 .mudpy.network.host: ::1
78 .mudpy.network.port: 4000
79
80 # .mudpy.process.daemon: true
81 # .mudpy.process.pidfile: var/mudpy.pid
82
83 .mudpy.timing.idle.disconnect.active: 6048000
84 .mudpy.timing.idle.disconnect.default: 6000
85 .mudpy.timing.idle.disconnect.entering_account_name: 600
86 .mudpy.timing.idle.warn.active: 5040000
87 .mudpy.timing.idle.warn.default: 5000
88 .mudpy.timing.idle.warn.entering_account_name: 500
89 .mudpy.timing.increment: 0.1
90 .mudpy.timing.save: 600
91 .mudpy.timing.status: 6000