We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b552a95 commit 170438fCopy full SHA for 170438f
1 file changed
app/config/__init__.py
@@ -16,6 +16,9 @@ class BaseConfig(object):
16
17
# 指定加密KEY
18
SECRET_KEY = os.getenv("SECRET_KEY", "https://github.com/TaleLin/lin-cms-flask")
19
+
20
+ # 指定访问api服务的url, 用于文件上传
21
+ # SITE_DOMAIN="https://lincms.example.com"
22
23
# 指定数据库
24
SQLALCHEMY_DATABASE_URI = os.getenv(
0 commit comments