Se implemento el cierre de la conexion en la base de datos

This commit is contained in:
Patriots01
2026-02-07 00:40:01 +00:00
parent 6238c82296
commit fb31589c78
7 changed files with 60 additions and 3 deletions
+1 -1
View File
@@ -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,