使用 judger 运行编译器

This commit is contained in:
virusdefender
2016-02-01 22:17:33 +08:00
parent bab289d652
commit 65c2033120
2 changed files with 27 additions and 38 deletions

View File

@@ -14,11 +14,3 @@ lrun_gid = 1002
# judger工作目录
judger_workspace = "/var/judger/"
submission_db = {
"host": os.environ.get("MYSQL_PORT_3306_TCP_ADDR", "127.0.0.1"),
"port": 3306,
"db": "oj_submission",
"user": "root",
"password": os.environ.get("MYSQL_ENV_MYSQL_ROOT_PASSWORD", "root")
}