Skip to content

Commit 6d733b8

Browse files
author
JAMES FUQIAN
committed
final touch readme files.
1 parent d7da665 commit 6d733b8

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

README-bb2-dev.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ Change your `callback_url` configuration to use `server` instead of `localhost`.
1414
```JSON
1515
"callback_url": "http://server:3001/api/bluebutton/callback/"
1616
```
17+
can also start your configuration by the sample config template for selenium tests:
18+
19+
cp server/sample-bluebutton-selenium-config.json server/.bluebutton-config.json
1720

1821
You will also need to add this URL to your `redirect_uris` list in your application's configuration on the BB2 Sandbox UI.
1922

README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,6 @@ Once Docker and Python are Installed then do the following:
2727

2828
cp server/sample-bluebutton-config.json server/.bluebutton-config.json
2929

30-
or (if running docker compose selenium tests)
31-
32-
cp server/sample-bluebutton-selenium-config.json server/.bluebutton-config.json
33-
3430
Make sure to replace the client_id and client_secret variables within the config file with
3531
the ones you were provided, for your application, when you created your Blue Button Sandbox account,
3632
the supported environments are SANDBOX or PRODUCTION.

0 commit comments

Comments
 (0)