OnlineJudge/judge/judger_controller/settings.py
2015-08-17 12:48:10 +08:00

26 lines
395 B
Python

# coding=utf-8
redis_config = {
"host": "121.42.32.129",
"port": 6379,
"db": 0
}
docker_config = {
"image_name": " a7673b55d263",
"docker_path": "docker",
"shell": True
}
test_case_dir = "/root/test_case/"
source_code_dir = "/root/"
submission_db = {
"host": "127.0.0.1",
"port": 3306,
"db": "oj_submission",
"user": "root",
"password": "root"
}