You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
FLASK_ENV=prod
|
|
SECRET_KEY=zhSYJn577LgxyWDuQboM9wX3j2BHEFUP
|
|
JWT_SECRET_KEY=8YD37VvM3WgdpmKNt7kVFNbKnya4hBRh
|
|
DATABASE_URL=mysql+pymysql://root:root@127.0.0.1:3307/iti-flask?charset=utf8mb4
|
|
# 前端相关
|
|
FRONTEND_ENABLED=False # 是否启用前端渲染
|
|
FRONTEND_PATH=dist # 前端文件所在位置,若static则无需填写 |