Skip to content

Commit

Permalink
setting api key secret to dummy
Browse files Browse the repository at this point in the history
  • Loading branch information
sreenivasdoosa committed May 10, 2021
1 parent 838feca commit fd63d6d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config/brokerapp.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"broker": "zerodha",
"clientID": "PS3181",
"appKey": "0rs3hk8w3bfejt92",
"appSecret": "yjxqeo3jashczbsa09fxugze7hx4obnz",
"clientID": "dummy",
"appKey": "dummy",
"appSecret": "dummy",
"redirectUrl": "http://localhost:8080/apis/broker/login/zerodha"
}

0 comments on commit fd63d6d

Please sign in to comment.