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