Skip to content

Commit 200e61b

Browse files
author
Raymond Feng
committed
Fix the demo host name
1 parent 2175bf4 commit 200e61b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ module.exports = {
77
maxConn: 10,
88
incrConn: 1,
99
timeout: 10,
10-
host: 'demo.strongloop.com',
10+
host: 'oracle-demo.strongloop.com',
1111
database: 'XE',
1212
user: 'demo',
1313
password: 'L00pBack',

0 commit comments

Comments
 (0)