Initial commit - Mold Cost Calculator Application (Security Fixed)

This commit is contained in:
Gan, Jimmy
2025-06-24 10:28:55 +08:00
commit 9b84cee5be
108 changed files with 15886 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
# .env.development
#
# Environment variables for the Development environment.
# --- Database Configuration ---
DB_USER=postgres
DB_PASSWORD=postgres
DB_HOST=db_development # Connects to the development database service name
DB_PORT=5432
DB_NAME=mold_cost_development
# --- Application Configuration ---
SECRET_KEY='a_different_secret_key_for_development'
FLASK_DEBUG=1