1 Star 4 Fork 4

madamadadane/fastapi-postgresql-example-app

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

搜索帮助