Se implemento el cierre de la conexion en la base de datos
This commit is contained in:
+1
-1
@@ -75,7 +75,7 @@ import { Almacenamiento } from './almacenamiento/entity/almacenamiento.entity';
|
||||
username: configService.get('DB_USER'),
|
||||
password: configService.get('DB_PASSWORD'),
|
||||
database: configService.get('DB_NAME'),
|
||||
synchronize: true,
|
||||
synchronize: false,
|
||||
entities: [
|
||||
Evento,
|
||||
Participante,
|
||||
|
||||
Reference in New Issue
Block a user