Add option for bridge to create new judge

This commit is contained in:
cuom1999 2023-07-28 11:21:34 +07:00
parent daee631ef6
commit 1e88e73082
3 changed files with 15 additions and 4 deletions

View file

@ -381,6 +381,7 @@ BRIDGED_JUDGE_ADDRESS = [("localhost", 9999)]
BRIDGED_JUDGE_PROXIES = None
BRIDGED_DJANGO_ADDRESS = [("localhost", 9998)]
BRIDGED_DJANGO_CONNECT = None
BRIDGED_AUTO_CREATE_JUDGE = False
# Event Server configuration
EVENT_DAEMON_USE = False