fix environment variable
Signed-off-by: Peter Siegmund <developer@mars3142.org>
This commit is contained in:
@@ -3,7 +3,7 @@ eureka:
|
|||||||
register-with-eureka: true
|
register-with-eureka: true
|
||||||
fetch-registry: true
|
fetch-registry: true
|
||||||
service-url:
|
service-url:
|
||||||
defaultZone: ${EUREKA-URI:http://localhost:8761/eureka}
|
defaultZone: ${EUREKA_URI:http://localhost:8761/eureka}
|
||||||
|
|
||||||
info:
|
info:
|
||||||
application:
|
application:
|
||||||
|
Reference in New Issue
Block a user