File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -15,6 +15,10 @@ Change your `callbackUrl` configuration to use `server` instead of `localhost`.
1515 "callback_url" : " http://server:3001/api/bluebutton/callback/"
1616```
1717
18+ You can also start your configuration by the following the sample config template for selenium tests:
19+
20+ cp server/sample-bluebutton-selenium-config.json server/.bluebutton-config.json
21+
1822You will also need to add this URL to your ` redirect_uris ` list in your application's configuration on the BB2 Sandbox UI.
1923
2024Go to local repository base directory and run docker compose as below:
Original file line number Diff line number Diff line change @@ -24,11 +24,7 @@ Download and install node. Go to https://nodejs.org/en/download/ and follow the
2424
2525Once you have Docker and Node installed and setup then do the following:
2626
27- cp server/sample-bluebutton-config.json -> server/.bluebutton-config.json
28-
29- or (if running a docker compose selenium tests)
30-
31- cp server/sample-bluebutton-selenium-config.json -> server/.bluebutton-config.json
27+ cp server/sample-bluebutton-config.json server/.bluebutton-config.json
3228
3329Make sure to replace the clientId and clientSecret variables within the config file with
3430the ones you were provided, for your application, when you created your Blue Button Sandbox account.
You can’t perform that action at this time.
0 commit comments