Commit 7e68593d authored by ibuler's avatar ibuler

[Update] 修改config

parent ce31e68e
...@@ -12,7 +12,7 @@ class Config: ...@@ -12,7 +12,7 @@ class Config:
Coco config file Coco config file
""" """
# 默认的名字 # 默认的名字
NAME = os.environ.get("APP_NAME") or None NAME = os.environ.get("NAME") or None
# Jumpserver项目的url, api请求注册会使用 # Jumpserver项目的url, api请求注册会使用
CORE_HOST = os.environ.get("CORE_HOST") or 'http://core:8080' CORE_HOST = os.environ.get("CORE_HOST") or 'http://core:8080'
......
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