Open
Description
Context
The clientresponse-demo application currently has 2 configuration files - 1 each for server and client. These files contain information such as OAuth2 redirect URIs, API keys etc. which are used while making calls to various BV services
Todo
Remove those configuration files and move all this information as environment variables by defining them in the Dockerfile. This is better because now users who clone this app can enter all details in a single place instead of modifying 2 different files before deployment.