Drop deprecation filters for pip and yamllint
[mudpy.git] / mudpy / tests / fixtures / test_daemon.yaml
1 ---
2 _copy: Copyright (c) 2004-2020 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 an alternative top-level configuration with some values adjusted
7     to better suit automated testing scenarios.
8
9 _load:
10     - archetype.yaml
11     - command.yaml
12     - menu.yaml
13     - sample
14
15 _lock: true
16
17 .mudpy.filing.groups:
18     account:
19         flags:
20             - private
21 .mudpy.filing.prefix: .
22 .mudpy.filing.search:
23     - ""
24     - etc
25     - share
26     - data
27 .mudpy.filing.stash: data
28
29 .mudpy.linguistic.actions:
30     ?: ask
31     ",": begin
32     -: begin
33     :: begin
34     ;: begin
35     "!": exclaim
36     ...: muse
37     .: say
38 .mudpy.linguistic.default_punctuation: .
39 .mudpy.linguistic.typos:
40     i: I
41     i'd: I'd
42     i'll: I'll
43     i'm: I'm
44     teh: the
45     theyre: they're
46     youre: you're
47
48 .mudpy.limit.admins:
49     - admin
50 .mudpy.limit.avatars: 7
51 .mudpy.limit.backups: 3
52 # Debugging commands are dangerous, and may result in granting
53 # administrative users access to the system account under which the
54 # service runs. Be very sure you trust your admins before enabling!
55 .mudpy.limit.debug: true
56 .mudpy.limit.password_tries: 3
57
58 .mudpy.log.file: var/mudpy.log
59 .mudpy.log.lines: 1000
60 .mudpy.log.stdout: true
61 # .mudpy.log.syslog: mudpy
62
63 .mudpy.movement.down.enter_term: above
64 .mudpy.movement.down.exit_term: downward
65 .mudpy.movement.down.vector: [0, 0, -1]
66 .mudpy.movement.east.enter_term: the west
67 .mudpy.movement.east.exit_term: to the east
68 .mudpy.movement.east.vector: [1, 0, 0]
69 .mudpy.movement.north.enter_term: the south
70 .mudpy.movement.north.exit_term: to the north
71 .mudpy.movement.north.vector: [0, 1, 0]
72 .mudpy.movement.south.enter_term: the north
73 .mudpy.movement.south.exit_term: to the south
74 .mudpy.movement.south.vector: [0, -1, 0]
75 .mudpy.movement.up.enter_term: below
76 .mudpy.movement.up.exit_term: upward
77 .mudpy.movement.up.vector: [0, 0, 1]
78 .mudpy.movement.west.enter_term: the east
79 .mudpy.movement.west.exit_term: to the west
80 .mudpy.movement.west.vector: [-1, 0, 0]
81
82 .mudpy.network.host: ::1
83 .mudpy.network.port: 4000
84
85 .mudpy.process.daemon: true
86 .mudpy.process.pidfile: var/mudpy.pid
87
88 .mudpy.timing.idle.disconnect.active: 6000
89 .mudpy.timing.idle.disconnect.default: 6000
90 .mudpy.timing.idle.disconnect.entering_account_name: 6000
91 .mudpy.timing.idle.warn.active: 5000
92 .mudpy.timing.idle.warn.default: 5000
93 .mudpy.timing.idle.warn.entering_account_name: 5000
94 .mudpy.timing.increment: 0.0001
95 .mudpy.timing.save: 5000
96 .mudpy.timing.status: 5000
97
98 .mudpy.user.pref_admin:
99     - loglevel
100 .mudpy.user.pref_allow:
101     - prompt