Guest User

Untitled

a guest
Dec 27th, 2017
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. spring.application.name=myApp
  2. spring.profiles.active=dev
  3. spring.cloud.config.uri=https://url.config.server
  4. spring.cloud.config.username=user
  5. spring.cloud.config.password=pass
  6. logging.config=${spring.cloud.config.uri}/${spring.application.name}/${spring.profiles.active}/master/logback-spring.xml
Add Comment
Please, Sign In to add comment