We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ebdac8 commit 8d8e988Copy full SHA for 8d8e988
config/default.js
@@ -45,7 +45,9 @@ module.exports = {
45
// The Informix Server Name
46
DB_SERVER: process.env.DB_SERVER || 'informixoltp_tcp',
47
48
- DB_PROTOCOL: process.env.DB_PROTOCOL || 'onsoctcp',
+ DB_PORT: process.env.DB_PORT || '2020',
49
+
50
+ DB_LOCALE: process.env.DB_LOCALE || 'en_US.57372',
51
52
// The Informix Database Name
53
DB_NAME: process.env.DB_NAME || 'tcs_catalog',
0 commit comments