Add env var for locating config git directory

master
esensar 2018-01-17 22:51:12 +01:00
parent c5553591d9
commit 7b9c81e14b
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
server.port=8888
spring.cloud.config.server.git.uri=https://github.com/esensar/steleks_config
spring.cloud.config.server.git.uri=${CLOUD_CONFIG_GIT_HOME:https://github.com/esensar/steleks_config}
spring.cloud.config.server.git.clone-on-start=true
security.user.name=root
security.user.password=root