-
Notifications
You must be signed in to change notification settings - Fork 1
/
config.gahoot
36 lines (32 loc) · 1020 Bytes
/
config.gahoot
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
31
32
33
34
35
36
// Example Gahoot config
//
// Keys are formed by placing the config key before a colon and the
// desired value after. Eg:
// key: "value pair"
//
// Lines beginning with "//" or which are blank are discarded
//
// Some options accept multiple options as an array. To write this,
// place options between square braces on new lines. Eg:
// key: [
// value1
// value2
// ]
// If only one option is wished, it can be passed as normal. Eg:
// key: value1
// Blank lines are not permitted between array braces. The first brace
// must be on the same line as the key and the last on a newline.
//
// Not all options are required. They can be omitted or left blank.
// Network settings
addr: 0.0.0.0
port: 8080
proxies: []
ssl: false
// Directory for quiz archive files. Must be present at startup.
// Can be relative (to cwd at startup), or absolute.
quiz_dir: quizzes
// Address to send players to (displayed cosmetically, not used for links)
site_link: https://ejv2.cc/gahoot/
// Gameplay settings
game_timeout: 2700