blob: f01a01744fdc53ac2f9919f12572d574df9b8a3e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
App:
WorkingDirectory: var/
MaxUsers: 1
AllowRegistration: true
MaxNickLen: 15
MenuMaxIdleTime: 600
Menus:
anonymous:
MenuEntries:
- Key: q
Label: quit
Action: quit
logged_in:
MenuEntries:
- Key: p
Label: play
Action: play test
Games:
test:
ChrootPath: test_data/fake_nethack_directory
FileMode: 0777
Commands:
- wait
test:
ChrootPath: test_data/fake_nethack_directory
FileMode: 0777
Commands:
- wait
|