From d44d6c6ea00241f586ee7fb3b173821d98decbab Mon Sep 17 00:00:00 2001 From: Quoc Nghia Nguyen Date: Wed, 16 May 2018 17:19:55 +0200 Subject: Register with MSB after being launched Change-Id: I96c84f8b8e0757d68461a0e631d6ed432f64ecad Issue-ID: EXTAPI-90 Signed-off-by: Quoc-Nghia Nguyen --- src/main/resources/application.properties | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) (limited to 'src/main/resources/application.properties') diff --git a/src/main/resources/application.properties b/src/main/resources/application.properties index 7c9975f..cc3a2b9 100644 --- a/src/main/resources/application.properties +++ b/src/main/resources/application.properties @@ -16,7 +16,7 @@ # SERVER server.contextPath=/nbi/api/v1 -server.port = 8080 +server.port=8080 # LOGGING logging.level.=INFO @@ -49,6 +49,19 @@ so.owning.entity.id=6b5b6b70-4e9a-4f6f-8b7b-cbd7cf990c6e so.owning.entity.name=OE-generic so.project.name=Project-generic +# MSB +msb.discovery.host=msb_discovery +msb.discovery.port=10081 +msb.service.host= +msb.service.port=${server.port} +msb.service.name=nbi +msb.service.version=v1 +msb.service.url=${server.contextPath} +msb.service.custom_path= +msb.service.protocol=REST +msb.service.visual_range=1 +msb.service.enable_ssl=false + # MONGO spring.data.mongodb.host=localhost spring.data.mongodb.port=27017 -- cgit 1.2.3-korg