We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5721b3 commit f032549Copy full SHA for f032549
1 file changed
bluebutton-sample-config.json
@@ -1,7 +1,7 @@
1
{
2
"environment": "SANDBOX",
3
- "client_id": "Lb0hAgLi7rtyZvJMucZDDj0i0IKQWqiQrWSVZCZ7",
4
- "client_secret": "JsLVxfaugDqUgowsXNXgoHRroWakt9QFFzYVhaK7Db0aN6DegK9Kn4a56awCOLWkxGiq6dRqgSLX4jAzBFxZNk3XJFERUTHbH1TMvpEsNtP76nrF9ZdkyB3PZT9GFaxr",
5
- "callback_url": "http://localhost:3001/api/bluebutton/callback/",
+ "client_id": "<your BB2 client_id here>",
+ "client_secret": "<your BB2 client_secret here.>",
+ "callback_url": "https://www.fake.com/your/callback/here",
6
"version": 3
7
}
0 commit comments