ormconfig for both local and server

This commit is contained in:
Kallesh B S 2025-03-21 13:00:09 +05:30
parent e7670be834
commit 8b8c2202e6

View File

@ -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 = {