ormconfig for both local and server
This commit is contained in:
parent
e7670be834
commit
8b8c2202e6
10
ormconfig.ts
10
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 = {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user