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.
17 lines
613 B
Plaintext
17 lines
613 B
Plaintext
BASE_DIR=D:/Projects/iTi/iTi-Flask/iti
|
|
#
|
|
FLASK_ENV=dev
|
|
SECRET_KEY=iti-flask
|
|
JWT_SECRET_KEY=iti-flask
|
|
DATABASE_URL=sqlite:///${BASE_DIR}/runtime/iti-flask_dev.db
|
|
# 前端相关
|
|
FRONTEND_ENABLED=False # 是否启用前端渲染
|
|
FRONTEND_PATH=dist # 前端文件所在位置,若static则无需填写
|
|
|
|
# ============================================
|
|
# 文件存储 - 阿里云OSS
|
|
# ============================================
|
|
ALIYUN_OSS_ACCESS_KEY_ID=LTAI5t9cymUAWHVEo36yygaT
|
|
ALIYUN_OSS_ACCESS_KEY_SECRET=FaaUsxadRYyshbYeAV8ypZNYVOx3tE
|
|
ALIYUN_OSS_ENDPOINT=oss-cn-chengdu.aliyuncs.com
|
|
ALIYUN_OSS_BUCKET=maintaince-dev |