diff --git a/client/package.json b/client/package.json index 021d506..8916f7f 100644 --- a/client/package.json +++ b/client/package.json @@ -9,7 +9,7 @@ "@types/react": "^18.2.0", "@types/react-dom": "^18.2.0", "@vitejs/plugin-react-swc": "^3.7.2", - "axios": "^1.12.0", + "axios": "^1.16.0", "micromatch": "4.0.8", "process": "^0.11.10", "react": "^18.2.0", diff --git a/server/sample-bluebutton-config.json b/server/sample-bluebutton-config.json index 93305d9..4c90cb2 100644 --- a/server/sample-bluebutton-config.json +++ b/server/sample-bluebutton-config.json @@ -1,6 +1,6 @@ { - "clientId": "", - "clientSecret": "", + "clientId": "BZDCUAKwBfLC50YIy1oVk6cyzZRwPbgyT1WnzfOX", + "clientSecret": "Kj1jrV2fg0vW3HtCVjzupNUWx74rdtIbYGUOp8g0oCqa2juMotye89Oz16v5I64h3EjYzN9V7tZVgHLfgBuxh8kfXUn2G7k9gYXJ7EhSmavfosFE1ctkfzmjixYDflmH", "callbackUrl": "http://localhost:3001/api/bluebutton/callback/", "version": "2", "environment": "SANDBOX"