From 04fe2d75016caa4b0fcb8930a2320ff672eb106c Mon Sep 17 00:00:00 2001 From: Ryan Dawson Date: Wed, 11 Oct 2017 17:25:35 +0100 Subject: [PATCH] remove app names --- audit.properties | 1 - gateway.properties | 2 +- query.properties | 1 - runtime-bundle1.properties | 1 - 4 files changed, 1 insertion(+), 4 deletions(-) diff --git a/audit.properties b/audit.properties index ffa6625..2f1294b 100644 --- a/audit.properties +++ b/audit.properties @@ -1,5 +1,4 @@ server.port=${ACT_AUDIT_PORT:8181} -spring.application.name=${ACT_AUDIT_APP_NAME:audit} spring.cloud.stream.bindings.auditConsumer.destination=${ACT_AUDIT_CONSUMER_DEST:engineEvents} spring.cloud.stream.bindings.auditConsumer.group=${ACT_AUDIT_CONSUMER_GROUP:audit} diff --git a/gateway.properties b/gateway.properties index b2ea652..e5b62df 100644 --- a/gateway.properties +++ b/gateway.properties @@ -1,5 +1,5 @@ server.port=${ACT_GATEWAY_PORT:8080} -spring.application.name=${ACT_GATEWAY_APP_NAME:gateway} + management.security.enabled=${ACT_GATEWAY_MANAGEMENT_SECURITY:false} spring.rabbitmq.host=${ACT_RABBITMQ_HOST:rabbitmq} diff --git a/query.properties b/query.properties index 3257d86..645e636 100644 --- a/query.properties +++ b/query.properties @@ -1,5 +1,4 @@ server.port=${ACT_QUERY_PORT:8182} -spring.application.name=${ACT_QUERY_APP_NAME:query} spring.cloud.stream.bindings.producer.destination=${ACT_QUERY_PRODUCER_DEST:engineEvents} spring.cloud.stream.bindings.producer.contentType=${ACT_QUERY_PRODUCER_CONTENT_TYPE:application/json} diff --git a/runtime-bundle1.properties b/runtime-bundle1.properties index 942fb7c..ce5fd37 100644 --- a/runtime-bundle1.properties +++ b/runtime-bundle1.properties @@ -1,6 +1,5 @@ #currently having fix port as eureka otherwise uses port 0 as with 11jan comment on https://github.com/spring-cloud/spring-cloud-config/issues/93 and in https://stackoverflow.com/questions/33270996/with-spring-cloud-brixton-m1-random-port-not-registered-with-eureka server.port=${ACT_RB_PORT:8081} -spring.application.name=${ACT_RB_APP_NAME:runtime-bundle1} spring.cloud.stream.bindings.auditProducer.destination=${ACT_RB_AUDIT_PRODUCER_DEST:engineEvents} spring.cloud.stream.bindings.auditProducer.contentType=${ACT_RB_AUDIT_PRODUCER_CONTENT_TYPE:application/json} -- 2.26.0