Skip to content

Commit 4ebdac8

Browse files
author
Dushyant Bhalgami
committed
updated code for the informix connection
1 parent a65c33e commit 4ebdac8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

config/default.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@ 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',
49+
4850
// The Informix Database Name
4951
DB_NAME: process.env.DB_NAME || 'tcs_catalog',
5052

0 commit comments

Comments
 (0)