From 41318ba3a446217dbf1b62c445a21253649598b5 Mon Sep 17 00:00:00 2001 From: esensar Date: Sun, 16 Apr 2017 15:48:42 +0200 Subject: [PATCH] Update server ports --- events.properties | 3 ++- teams.properties | 3 ++- users.properties | 3 ++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/events.properties b/events.properties index 1973c5b..7d9ba79 100644 --- a/events.properties +++ b/events.properties @@ -1 +1,2 @@ -spring.application.name=events \ No newline at end of file +spring.application.name=events +server.port=9020 \ No newline at end of file diff --git a/teams.properties b/teams.properties index 252d7c9..435d545 100644 --- a/teams.properties +++ b/teams.properties @@ -1 +1,2 @@ -spring.application.name=teams \ No newline at end of file +spring.application.name=teams +server.port=9010 \ No newline at end of file diff --git a/users.properties b/users.properties index d91886a..9fe63cf 100644 --- a/users.properties +++ b/users.properties @@ -1 +1,2 @@ -spring.application.name=users \ No newline at end of file +spring.application.name=users +server.port=8090 \ No newline at end of file