From 62124edf6d819afcce474adb2870f085c455c3c5 Mon Sep 17 00:00:00 2001 From: abdulhade Date: Mon, 7 Apr 2025 12:58:42 +0300 Subject: [PATCH] Made the default `API_PORT `8080. --- scripts/app.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/app.conf b/scripts/app.conf index 3152fbd..a66baac 100644 --- a/scripts/app.conf +++ b/scripts/app.conf @@ -2,7 +2,7 @@ # Application settings APP_NAME="Database Middleware" -API_PORT="8081" +API_PORT="8080" # Docker Container settings IMAGE_NAME="db-middleware"