1 Star 6 Fork 7

madamadadane/fastapi-mysql-example-app

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.env.docker 503 Bytes
一键复制 编辑 原始数据 按行查看 历史
fuyi501 提交于 2021-10-20 10:52 . first commit
PROJECT_NAME=fastapi-mysql-example-app
BACKEND_CORS_ORIGINS=[
"http://localhost:17000",
"https://localhost:17000",
"http://localhost",
"https://localhost"
]
# API接口前缀
API_PREFIX="/api"
# 版本号
VERSION="0.0.1"
# mysql
SECRET_KEY=secret
DEBUG=True
DB_CONNECTION=mysql://root:123456@192.168.31.155/traffic
HOST=192.168.31.155
PORT=3308
USERNAME=root
PASSWORD=123456
DATABASE=traffic
# 图片访问和保存地址
ImagesUrl=http://localhost:17000/api
ROOT_FILE_PATH=./static/images
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/fuwenwei501/fastapi-mysql-example-app.git
git@gitee.com:fuwenwei501/fastapi-mysql-example-app.git
fuwenwei501
fastapi-mysql-example-app
fastapi-mysql-example-app
master

搜索帮助