changes of .env file

This commit is contained in:
2026-01-21 22:59:36 +05:30
parent 40fc148287
commit 7bdcee0656
18 changed files with 98 additions and 72 deletions

24
.env Normal file
View File

@@ -0,0 +1,24 @@
# -----------------------------
# Flask App Configuration
# -----------------------------
FLASK_ENV=development
FLASK_DEBUG=True
FLASK_HOST=0.0.0.0
FLASK_PORT=5010
# -----------------------------
# Security
# -----------------------------
SECRET_KEY=secret1234
# -----------------------------
# Database Configuration
# -----------------------------
DB_DIALECT=mysql
# DB_DRIVER=pymysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_NAME=test_income_taxdb
DB_USER=root
DB_PASSWORD=root