-
Notifications
You must be signed in to change notification settings - Fork 16
/
config.ini
42 lines (37 loc) · 860 Bytes
/
config.ini
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
37
38
39
40
41
42
[API]
; DO NOT change anything there if you doesn't know what are you doing. DO NOT
shows_now = /shows/now
[Chat]
enable = True
show_kicked = True
show_message = True
show_userids = True
show_usernames = True
[GameSummary]
enable = True
show_prize = True
show_userids = True
show_usernames = True
[General]
debug_mode = True
hq_client = CLIENT_VERSION
server_ip = https://api-quiz.hype.space
[Login]
authorization_key = YOUR_AUTHORIZATION_KEY
[Solver]
google_api_key = YOUR_GOOGLE_API_KEY
google_cse_id = YOUR_CUSTOM_SEARCH_ENGINE_ID
show_advancing_players = True
show_answers = True
show_answerids = True
show_category = True
show_eliminated_players = True
show_summary = True
show_players_answers = True
show_question = True
show_questionid = True
show_question_count = True
show_question_number = True
use_naive = True
use_google = True
use_wiki = True