added docker and chnages of from model changes commits

This commit is contained in:
2026-02-05 15:02:55 +05:30
parent 438f84e284
commit a0f4568ba2
23 changed files with 155 additions and 41 deletions

3
.env
View File

@@ -2,7 +2,7 @@
# Flask App Configuration
# -----------------------------
FLASK_ENV=development
FLASK_DEBUG=True
FLASK_DEBUG=true
FLASK_HOST=0.0.0.0
FLASK_PORT=5010
@@ -17,6 +17,7 @@ SECRET_KEY=secret1234
DB_DIALECT=mysql
# DB_DRIVER=pymysql
DB_HOST=127.0.0.1
# DB_HOST=db # this is production for use docker
DB_PORT=3306
DB_NAME=test_income_taxdb
DB_USER=root