Skip to content

Commit c55b92f

Browse files
author
JAMES FUQIAN
committed
use minimum config as sample.
1 parent e92d701 commit c55b92f

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

server/sample-bluebutton-config.json

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,5 @@
33
"client_id": "<client_id>",
44
"client_secret": "<client_secret>",
55
"callback_url": "http://localhost:3001/api/bluebutton/callback/",
6-
"version": 2,
7-
"retry_settings": {
8-
"total": 3,
9-
"backoff_factor": 5,
10-
"status_forcelist": [500, 502, 503, 504]
11-
}
6+
"version": 2
127
}

0 commit comments

Comments
 (0)