Skip to content

Commit f8a692a

Browse files
Rohit MishraRohit Mishra
authored andcommitted
Updated the sdk with new method
1 parent 2713c8f commit f8a692a

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

test/config.js

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@
22

33
module.exports = {
44
stack: {
5-
"api_key": "bltc0a6a8609e24c651",
6-
"access_token": "blt882b9ae3ee9af2e1",
7-
"environment": "development"
5+
"api_key": "<API-TOKEN>",
6+
"access_token": "<ACCESS-TOKEN>",
7+
"environment": "<ENVIRONMENT>"
88
},
99
host: "cdn.contentstack.io",
1010
url: "https://api.contentstack.io/v3",
1111
runscope: {
1212
url: "https://api.runscope.com/radar/76730163-fab9-4554-95c1-7ba75aaa2628/trigger?runscope_environment=1f5114ea-7a2d-4adf-9fd3-abc885c47783",
13-
username: "jayesh.sawant@raweng.com",
14-
password: "suraj@123"
13+
username: "<USERNAME>",
14+
password: "<PASSWORD>"
1515
},
1616
contentTypes: {
1717
source: "source",
@@ -22,8 +22,8 @@ module.exports = {
2222
port: 465,
2323
secure: true,
2424
auth: {
25-
user: 'rohit.mishra@raweng.com',
26-
pass: 'rohitmishra209'
25+
user: '<USERNAME>',
26+
pass: '<PASSWORD>'
2727
}
2828
}
2929
}

0 commit comments

Comments
 (0)