dev test
This commit is contained in:
9
judge_dispatcher/settings.py
Normal file
9
judge_dispatcher/settings.py
Normal file
@@ -0,0 +1,9 @@
|
||||
# coding=utf-8
|
||||
import os
|
||||
|
||||
|
||||
redis_config = {
|
||||
"host": os.environ.get("REDIS_PORT_6379_TCP_ADDR"),
|
||||
"port": 6379,
|
||||
"db": 0
|
||||
}
|
||||
Reference in New Issue
Block a user