use of external settings
Signed-off-by: Peter Siegmund <developer@mars3142.org>
This commit is contained in:
15
src/main/resources/bootstrap.yml
Normal file
15
src/main/resources/bootstrap.yml
Normal file
@@ -0,0 +1,15 @@
|
||||
eureka:
|
||||
client:
|
||||
register-with-eureka: true
|
||||
fetch-registry: true
|
||||
service-url:
|
||||
defaultZone: ${EUREKA-URI:http://localhost:8761/eureka}
|
||||
|
||||
spring:
|
||||
application:
|
||||
name: edge-service
|
||||
cloud:
|
||||
config:
|
||||
discovery:
|
||||
enabled: true
|
||||
serviceId: config-service
|
Reference in New Issue
Block a user