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"