cleanup file structure

This commit is contained in:
anthonyrawlins
2025-07-17 10:51:31 +10:00
parent ee71f208fd
commit 42d02fbb60
7 changed files with 102 additions and 33 deletions

View File

@@ -459,8 +459,8 @@ class ProjectService:
print("DEBUG: Attempting to connect to database...")
# Connect to database
conn = psycopg2.connect(
host="192.168.1.27",
port=5433,
host="postgres",
port=5432,
database="hive",
user="hive",
password="hivepass"