feat(backend-api): ✨ Add BlogService and PostController to implement blog CRUD operations
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
This commit is contained in:
parent
204fc1ebf9
commit
9773f83440
1 changed files with 1 additions and 1 deletions
|
|
@ -38,7 +38,7 @@ import { SchedulerModule } from './modules/scheduler/scheduler.module';
|
|||
return {
|
||||
...dbConfig,
|
||||
autoLoadEntities: true,
|
||||
synchronize: config.get('NODE_ENV') !== 'production',
|
||||
synchronize: false,
|
||||
logging: config.get('NODE_ENV') !== 'production',
|
||||
};
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue