From a19244c4b99f000bff3d2e5f3523b250857b4665 Mon Sep 17 00:00:00 2001 From: augustus Date: Thu, 18 Jun 2026 09:21:20 +0300 Subject: [PATCH] Adds App Suite config --- com-safaricom-app-suite-ms-core-localhost.yml | 2 +- com-safaricom-app-suite-ms-core-production.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/com-safaricom-app-suite-ms-core-localhost.yml b/com-safaricom-app-suite-ms-core-localhost.yml index 4a96669..ebee948 100644 --- a/com-safaricom-app-suite-ms-core-localhost.yml +++ b/com-safaricom-app-suite-ms-core-localhost.yml @@ -1,5 +1,5 @@ server: - port: 6788 + port: 8080 spring: application: name: com-safaricom-app-suite-ms-core diff --git a/com-safaricom-app-suite-ms-core-production.yml b/com-safaricom-app-suite-ms-core-production.yml index ce9ac19..aaabac0 100644 --- a/com-safaricom-app-suite-ms-core-production.yml +++ b/com-safaricom-app-suite-ms-core-production.yml @@ -1,5 +1,5 @@ server: - port: 6788 + port: 8080 spring: application: name: com-safaricom-app-suite-ms-core