forked from Dniel97/artemis
Dniel97
e50fedad49
round database implenments idac: database upgrade script idac: unused upgrade script idac: even more round event implements idac: some bugfixes idac: convert round event file to UTF-8 idac: async round info loading idac: last round ranking impl idac: bugfixes idac: bugfixes idac: bugfixes idac: 160~240 number plate implemented idac: remove SQL comment idac: sort things out and make multi-season compatibility
35 lines
662 B
YAML
35 lines
662 B
YAML
server:
|
|
enable: True
|
|
loglevel: "info"
|
|
ssl: False
|
|
ssl_key: "cert/idac.key"
|
|
ssl_cert: "cert/idac.crt"
|
|
matching_host: "127.0.0.1"
|
|
port_matching: 20000
|
|
port_echo1: 20001
|
|
port_echo2: 20002
|
|
port_matching_p2p: 20003
|
|
|
|
timerelease:
|
|
timerelease_no: 3
|
|
timerelease_avatar_gacha_no: 3
|
|
|
|
stamp:
|
|
enable: True
|
|
enabled_stamps: # max 3 play stamps
|
|
- "touhou_remilia_scarlet"
|
|
- "touhou_flandre_scarlet"
|
|
- "touhou_sakuya_izayoi"
|
|
|
|
timetrial:
|
|
enable: True
|
|
enabled_timetrial: "touhou_remilia_scarlet"
|
|
|
|
battle_event:
|
|
enabled: True
|
|
enabled_battle_event: "touhou_1st"
|
|
|
|
round_event:
|
|
enable: True
|
|
enabled_round: "S2R2"
|
|
last_round: "S2R1" |