Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 610 Bytes

README.md

File metadata and controls

15 lines (13 loc) · 610 Bytes

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}