Configuration server for Puff microservices. For more information see Spring Cloud Config.
Run the configuration server locally on port 8888 with
mvn spring-boot:run -Dspring-boot.run.profiles=localThe repository includes a Deploy workflow that deploys the configuration server jar on Azure.
Azure runs the server with the cloud profile passing in the following env variables:
CONFIG_USER_NAME={Basic auth user name}
CONFIG_USER_PASSWORD={Basic auth password}