Skip to content

Instantly share code, notes, and snippets.

@frankmanzhu
Created March 17, 2017 06:44
Show Gist options
  • Save frankmanzhu/b992c4bca880ef9c56514384e082cecb to your computer and use it in GitHub Desktop.
Save frankmanzhu/b992c4bca880ef9c56514384e082cecb to your computer and use it in GitHub Desktop.
application.yml
server:
port: 8888
spring:
cloud:
config:
server:
svn:
uri: xxx
username: xxx
password: '{cipher}xxx'
discovery:
enabled: true
profiles:
active: subversion
application:
name: name
bootstrap.yml
encrypt.key: xxx
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment