trabajando en confirmacion
This commit is contained in:
@@ -44,7 +44,6 @@ import { Contacto } from './contacto/entity/contacto.entity';
|
||||
import { Equipo } from './equipo/entity/equipo.entity';
|
||||
import { EquipoEvento } from './equipo-evento/entity/equipo_evento.entity';
|
||||
import { EquipoMiembro } from './equipo-miembro/entity/equipo_miembro.entity';
|
||||
import { SybaseModule } from './sybase/sybase.module';
|
||||
|
||||
@Module({
|
||||
imports: [
|
||||
@@ -89,17 +88,6 @@ import { SybaseModule } from './sybase/sybase.module';
|
||||
synchronize: true,
|
||||
}),
|
||||
}),
|
||||
SybaseModule.forRootAsync({
|
||||
inject: [ConfigService],
|
||||
useFactory: (configService: ConfigService) => {
|
||||
return {
|
||||
host: configService.get('DB_HOST_DSC'),
|
||||
database: configService.get('DB_NAME_DSC'),
|
||||
username: configService.get('DB_USER_DSC'),
|
||||
password: configService.get('DB_PASS_DSC'),
|
||||
};
|
||||
},
|
||||
}),
|
||||
EventosModule,
|
||||
ParticipanteModule,
|
||||
EventoParticipanteModule,
|
||||
|
||||
Reference in New Issue
Block a user