File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Expand file tree Collapse file tree 5 files changed +7
-7
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.1 "
4+ VERSION = " v0.1.3 "
55PREFIX = " /api"
66TZ = " Asia/Seoul"
77
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.1 "
9+ VERSION="v0.1.3 "
1010 PREFIX="/api"
1111 TZ="Asia/Seoul"
1212 DB_ECHO=true
1313 DB_TABLE_CREATE=true
1414 prod.env : |
1515 PORT="8000"
1616 PROJECT_NAME="Zerohertz's FastAPI Cookbook (prod)"
17- VERSION="v0.1.1 "
17+ VERSION="v0.1.3 "
1818 PREFIX=""
1919 TZ="Asia/Seoul"
2020 DB_ECHO=false
Original file line number Diff line number Diff line change 1414 spec :
1515 containers :
1616 - name : fastapi
17- image : zerohertzkr/fastapi-cookbook:v0.1.2
17+ image : zerohertzkr/fastapi-cookbook:v0.1.3
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.1 "
3+ version = " 0.1.3 "
44description = " 💨 Zerohertz's FastAPI Cookbook 💨"
55readme = " README.md"
66requires-python = " >=3.12"
@@ -88,7 +88,7 @@ disable = [
8888profile = " black"
8989
9090[tool .black ]
91- target-version = [ " py312 " ]
91+ target-version = " 0.1.3 "
9292
9393[tool .pytest .ini_options ]
9494env_files = [" envs/test.env" ]
You can’t perform that action at this time.
0 commit comments