Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
FINCN-183 add homepageurl
- Loading branch information
Juhan Aasaru
authored and
Juhan Aasaru
committed
Oct 16, 2019
1 parent
c68bc8e
commit 586a08a282cbe8cd80408b6b9f3871ea93c9622c
Showing
1 changed file
with
2 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -28,6 +28,8 @@ eureka: | ||
client: | ||
serviceUrl: | ||
defaultZone: http://localhost:8761/eureka/ | ||
instance: | ||
homePageUrl: "http://${eureka.hostname}:2025/accounting/v1/" | ||
|
||
server: | ||
port: 2025 | ||