File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 22
33module . 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}
You can’t perform that action at this time.
0 commit comments