Skip to content

Instantly share code, notes, and snippets.

@albertoaflores
Created April 21, 2017 20:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save albertoaflores/1807f326333d7fdb5db4740e170bf66d to your computer and use it in GitHub Desktop.
Save albertoaflores/1807f326333d7fdb5db4740e170bf66d to your computer and use it in GitHub Desktop.
Sample Config Server (boot) configuration in YML format.
server:
port: 8888
spring:
cloud:
config:
server:
encrypt:
enabled: false
git:
uri: ${HOME}/workspace/configuration/sample-boot-demo-configuration
encrypt:
key-store:
location: file://${user.home}/workspace/keys/server.jks
alias: mytestkey
secret: changeme
password: letmein
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment