为了在qduoj.cf上运行做了改动,因为判题和web都在一台机器上,这个docker image是从digitalOcean上download下来的[CI SKIP]

This commit is contained in:
esp
2015-09-02 20:26:55 +08:00
parent 6f62d7e650
commit e4a5e4155b

View File

@@ -1,7 +1,7 @@
# coding=utf-8
# 这个redis 是 celery 使用的,包括存储队列信息还有部分统计信息
redis_config = {
"host": "121.42.32.129",
"host": "127.0.0.1",
"port": 6379,
"db": 0
}
@@ -9,7 +9,7 @@ redis_config = {
# 判题的 docker 容器的配置参数
docker_config = {
"image_name": "3da0e526934e",
"image_name": "5453975e94c4",
"docker_path": "docker",
"shell": True
}