Skip to content

Commit 59c44a3

Browse files
author
snippetbucket
committed
boing.com, confluence with nodejs with external file
1 parent e7a3a99 commit 59c44a3

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed
1.22 KB
Binary file not shown.

nodejs/sb-config.js

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
/***
2+
3+
Author: Tejas Tank
4+
Powered By: SnippetBucket Technoliges, Offshore Office.
5+
6+
7+
*/
8+
9+
module.exports = {
10+
config: function(){
11+
return {
12+
'host': '192.168.1.119',
13+
'user': 'test1',
14+
'password': 'sb@123',
15+
};
16+
}
17+
}

0 commit comments

Comments
 (0)