diff --git a/ormconfig.ts b/ormconfig.ts index e3f6039..4a72fad 100644 --- a/ormconfig.ts +++ b/ormconfig.ts @@ -1,13 +1,15 @@ import { DataSourceOptions } from 'typeorm'; export const OracleConfig: any = { - // type: 'oracle', + user: 'Carnetsys', password: 'Carnet1234', connectString: '172.31.18.76/xe', - // entities: [__dirname + '/**/*.entity{.ts,.js}'], - // synchronize: true, - // autoCommit: true + + // user: 'system', + // password: 'root', + // connectString: '192.168.1.96/xe', + }; export const MssqlConfig: any = {