Fix HTML rendering for service descriptions, allow zero price for services, improve image_url handling
This commit is contained in:
@@ -4,7 +4,7 @@ from sqlalchemy import create_engine
|
||||
import os
|
||||
|
||||
# PostgreSQL connection string
|
||||
DATABASE_URL = os.environ.get('DATABASE_URL', 'postgresql+asyncpg://techzone_user:techzone_pass@localhost:5432/techzone')
|
||||
DATABASE_URL = os.environ.get('DATABASE_URL', 'postgresql+asyncpg://prompttech_user:prompttech_pass@localhost:5432/prompttech')
|
||||
SYNC_DATABASE_URL = DATABASE_URL.replace('+asyncpg', '')
|
||||
|
||||
# Async engine for FastAPI
|
||||
|
||||
Reference in New Issue
Block a user