Add bootstrap to proxy
This commit is contained in:
parent
441c5286ca
commit
2e5208e359
2 changed files with 5 additions and 0 deletions
5
steleks-proxy/src/main/resources/bootstrap.properties
Normal file
5
steleks-proxy/src/main/resources/bootstrap.properties
Normal file
|
@ -0,0 +1,5 @@
|
|||
spring.application.name=steleks-proxy
|
||||
# N.B. this is the default:
|
||||
spring.cloud.config.uri=http://localhost:8888
|
||||
spring.cloud.config.username=root
|
||||
spring.cloud.config.password=root
|
Reference in a new issue