Commit 37c0380b authored by ibuler's avatar ibuler

[Update] 修改docker配置文件

parent fd193920
...@@ -60,6 +60,10 @@ class Config: ...@@ -60,6 +60,10 @@ class Config:
# Admin的名字,出问题会提示给用户 # Admin的名字,出问题会提示给用户
ADMINS = os.environ.get("ADMINS") or '' ADMINS = os.environ.get("ADMINS") or ''
COMMAND_STORAGE = {
"TYPE": "server"
}
class ConfigDocker(Config): class ConfigDocker(Config):
pass pass
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment