修改数据库地址
This commit is contained in:
@@ -17,9 +17,9 @@ judger_workspace = "/var/judger/"
|
||||
|
||||
# 这个是在docker 中访问数据库 ip 不一定和web服务器还有celery的一样
|
||||
submission_db = {
|
||||
"host": "192.168.59.3",
|
||||
"host": "192.168.42.1",
|
||||
"port": 3306,
|
||||
"db": "oj_submission",
|
||||
"user": "root",
|
||||
"password": "root"
|
||||
"password": "mypwd"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user