/config-server

Spring cloud configuration server for externalizing microservice configuration

Primary LanguageJava

Config server

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=local

The 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}