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:
parent
68f755265c
commit
079694ae13
1 changed files with 1 additions and 1 deletions
|
|
@ -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'),
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue