File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 11PORT = " 8000"
22
33PROJECT_NAME = " Zerohertz's FastAPI Cookbook (test)"
4- VERSION = " v0.1.5 "
4+ VERSION = " v0.1.6 "
55BACKEND_URL = " "
66FRONTEND_URL = " "
77PREFIX = " /api"
Original file line number Diff line number Diff line change 66 dev.env : |
77 PORT="8000"
88 PROJECT_NAME="Zerohertz's FastAPI Cookbook (dev)"
9- VERSION="v0.1.5 "
9+ VERSION="v0.1.6 "
1010 BACKEND_URL="https://dev.zerohertz.xyz"
1111 FRONTEND_URL="http://localhost:5173"
1212 PREFIX="/api"
1717 prod.env : |
1818 PORT="8000"
1919 PROJECT_NAME="Zerohertz's FastAPI Cookbook (prod)"
20- VERSION="v0.1.5 "
20+ VERSION="v0.1.6 "
2121 BACKEND_URL="https://api.zerohertz.xyz"
2222 FRONTEND_URL="https://zerohertz.vercel.app"
2323 PREFIX=""
Original file line number Diff line number Diff line change 1414 spec :
1515 containers :
1616 - name : fastapi
17- image : zerohertzkr/fastapi-cookbook:v0.1.5
17+ image : zerohertzkr/fastapi-cookbook:v0.1.6
1818 env :
1919 - name : ENV
2020 value : " PROD"
Original file line number Diff line number Diff line change 11[project ]
22name = " fastapi-cookbook"
3- version = " 0.1.5 "
3+ version = " 0.1.6 "
44description = " π¨ Zerohertz's FastAPI Cookbook π¨"
55readme = " README.md"
66requires-python = " >=3.12"
You canβt perform that action at this time.
0 commit comments