This commit is contained in:
Dave Tillman 2017-01-15 08:36:35 -07:00 коммит произвёл GitHub
Родитель dfd0850279
Коммит a93e98b017
1 изменённых файлов: 4 добавлений и 2 удалений

Просмотреть файл

@ -3,5 +3,7 @@ eureka:
shouldRegisterWithEureka: false
fortuneService:
randomFortuneUrl: http://fortuneService/api/fortunes/random
allFortunesUrl: http://fortuneService/api/fortunes/all
scheme: http
address: localhost:5000
randomFortunePath: api/fortunes/random
allFortunesPath: api/fortunes/all