OnlineJudge/judger_controller/settings.py

6 lines
88 B
Python

# coding=utf-8
redis_config = {
"host": "127.0.0.1",
"port": 6379,
"db": 0
}