修改判题端配置文件

This commit is contained in:
virusdefender
2015-08-15 17:00:55 +08:00
parent cb7dd2f820
commit 088787443e
4 changed files with 21 additions and 13 deletions

View File

@@ -1,24 +1,31 @@
# coding=utf-8
redis_config = {
"host": "127.0.0.1",
"host": "121.42.196.141",
"port": 6379,
"db": 0
}
docker_config = {
"image_name": "judger",
"image_name": "d622347336b8",
"docker_path": "docker",
"shell": True
}
test_case_dir = "/Users/virusdefender/Desktop/test_case/"
source_code_dir = "/Users/virusdefender/Desktop/"
test_case_dir = "/root/test_case/"
source_code_dir = "/root/"
mongodb_config = {
"host": "192.168.59.3",
celery_mongodb_config = {
"host": "127.0.0.1",
"username": "root",
"password": "root",
"port": 27017
}
docker_mongodb_config = {
"host": "192.168.42.1",
"username": "root",
"password": "root",
"port": 27017