blob: ed2758cd101d1f88289f2632233cdaa7c2b37d5b [file] [log] [blame]
51isoft6cfb9522014-02-01 00:58:43 +08001# Database info
51isoft076236f2014-01-31 16:52:47 +08002database_ip = 127.0.0.1
3database_port = 3306
4database_user = bnuojuser
5database_password = bnuojpassword
6database_table = bnuoj
51isoft6cfb9522014-02-01 00:58:43 +08007
8# Bind port number
51isoft076236f2014-01-31 16:52:47 +08009port_listen = 5907
51isoft6cfb9522014-02-01 00:58:43 +080010
11# Secret connect strings
51isoft076236f2014-01-31 16:52:47 +080012judge_connect_string = yourjudgestring
13submit_string = yoursubmitstring
14rejudge_string = yourrejudgestring
15error_rejudge_string = yourerrorjudgestring
16challenge_string = yourchallengestring
17pretest_string = yourpreteststring
18test_all_string = yourtestallstring
51isoft6cfb9522014-02-01 00:58:43 +080019
20# Local judger name
51isoft076236f2014-01-31 16:52:47 +080021local_identifier = BNU