diff --git a/fortuneui.yml b/fortuneui.yml new file mode 100644 index 0000000..0a84434 --- /dev/null +++ b/fortuneui.yml @@ -0,0 +1,7 @@ +eureka: + client: + shouldRegisterWithEureka: false + +fortuneService: + randomFortuneUrl: http://fortuneService/api/fortunes/random + allFortunesUrl: http://fortuneService/api/fortunes/all