Skip to content

Commit 2c034e8

Browse files
committed
add port
1 parent da7a617 commit 2c034e8

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,7 @@ Follow the instruction to generate a template project.
2222
- generate files: hooks
2323
* post_gen_project.py
2424
* pre_gen_project.py
25+
26+
## References Template Project
27+
28+
- [fastapi-starter]( https://github.com/gaganpreet/fastapi-starter.git)

cookiecutter.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,6 @@
2121
],
2222
"_copy_without_render": [
2323
"poetry.lock"
24-
]
24+
],
25+
"backend_port":"9090"
2526
}

0 commit comments

Comments
 (0)