refactor(landing): ♻️ Adjust service providers and module exports in app.module.ts to improve backend API structure
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
This commit is contained in:
parent
a50172fecb
commit
9608d67d4a
1 changed files with 2 additions and 2 deletions
|
|
@ -62,7 +62,7 @@ try {
|
|||
password: process.env.DB_PASSWORD || 'lilith',
|
||||
database: process.env.DB_NAME || 'lilith_landing',
|
||||
autoLoadEntities: true,
|
||||
synchronize: process.env.DATABASE_SYNCHRONIZE === 'true',
|
||||
synchronize: false,
|
||||
logging: process.env.NODE_ENV !== 'production',
|
||||
}
|
||||
}
|
||||
|
|
@ -86,7 +86,7 @@ try {
|
|||
password: 'lilith',
|
||||
database: 'lilith_landing',
|
||||
autoLoadEntities: true,
|
||||
synchronize: process.env.NODE_ENV !== 'production',
|
||||
synchronize: false,
|
||||
logging: process.env.NODE_ENV !== 'production',
|
||||
}
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue