Skip to content

Commit 8d8e988

Browse files
author
Dushyant Bhalgami
committed
updated related to informixdb
1 parent 4ebdac8 commit 8d8e988

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

config/default.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,9 @@ module.exports = {
4545
// The Informix Server Name
4646
DB_SERVER: process.env.DB_SERVER || 'informixoltp_tcp',
4747

48-
DB_PROTOCOL: process.env.DB_PROTOCOL || 'onsoctcp',
48+
DB_PORT: process.env.DB_PORT || '2020',
49+
50+
DB_LOCALE: process.env.DB_LOCALE || 'en_US.57372',
4951

5052
// The Informix Database Name
5153
DB_NAME: process.env.DB_NAME || 'tcs_catalog',

0 commit comments

Comments
 (0)