Skip to content

Spring cloud configuration server for externalizing microservice configuration

Notifications You must be signed in to change notification settings

puffproject/config-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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}

About

Spring cloud configuration server for externalizing microservice configuration

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages