chore(media): 🔧 Refactor media module configuration in app.module.ts to update providers, imports, or environment settings

Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
This commit is contained in:
Lilith 2026-01-31 17:52:23 -08:00
parent 68f755265c
commit 079694ae13

View file

@ -34,7 +34,7 @@ const registry = buildDeploymentRegistry({
return {
type: 'postgres',
host: dbService?.host || 'localhost',
port: dbService?.port || 5432,
port: dbService?.port || 25432,
username: config.get('DATABASE_POSTGRES_USER', 'postgres'),
password: config.get('DATABASE_POSTGRES_PASSWORD', 'postgres'),
database: config.get('DATABASE_POSTGRES_NAME', 'media'),