From 84d6129ae1b1bf4fdb5c026ae688c1afd8d2e609 Mon Sep 17 00:00:00 2001 From: zippiy <3387957+zippiy@users.noreply.github.com> Date: Thu, 16 Apr 2020 20:54:46 +0200 Subject: [PATCH 1/2] Update turbine-stream-service.yml --- config/src/main/resources/shared/turbine-stream-service.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config/src/main/resources/shared/turbine-stream-service.yml b/config/src/main/resources/shared/turbine-stream-service.yml index e69de29bb2..a884b7ce21 100644 --- a/config/src/main/resources/shared/turbine-stream-service.yml +++ b/config/src/main/resources/shared/turbine-stream-service.yml @@ -0,0 +1,2 @@ +server: + port: 8989 From d15d64e581f52ec3f87fc0a1134c54ea1ca4c165 Mon Sep 17 00:00:00 2001 From: zippiy <3387957+zippiy@users.noreply.github.com> Date: Thu, 16 Apr 2020 20:55:35 +0200 Subject: [PATCH 2/2] Update application.yml --- config/src/main/resources/shared/application.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/config/src/main/resources/shared/application.yml b/config/src/main/resources/shared/application.yml index 6b2c05e164..15805bdebc 100644 --- a/config/src/main/resources/shared/application.yml +++ b/config/src/main/resources/shared/application.yml @@ -24,4 +24,9 @@ security: spring: rabbitmq: - host: rabbitmq \ No newline at end of file + host: rabbitmq + +management: + web: + exposure: + include: "*"