From 21cf8891b2a40af85a053b32b07e7fb38e59f553 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joe=20K=C3=BCng?= Date: Mon, 2 Feb 2026 19:44:08 +0100 Subject: [PATCH] feat(web): fix port --- .gitea/workflows/cicd.yaml | 2 +- backend/src/main/resources/application.properties | 2 +- backend/target/classes/application.properties | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/cicd.yaml b/.gitea/workflows/cicd.yaml index c79c40e..948f4f2 100644 --- a/.gitea/workflows/cicd.yaml +++ b/.gitea/workflows/cicd.yaml @@ -25,7 +25,7 @@ jobs: - name: Run Tests with Maven run: | cd backend - mvn test + mvn -B test build-and-push: needs: test-backend diff --git a/backend/src/main/resources/application.properties b/backend/src/main/resources/application.properties index 900cc73..11ec637 100644 --- a/backend/src/main/resources/application.properties +++ b/backend/src/main/resources/application.properties @@ -1,5 +1,5 @@ spring.application.name=backend -server.port=8080 +server.port=8000 # Slicer Configuration # Map SLICER_PATH env var if present (default to /opt/orcaslicer/AppRun or Mac path) diff --git a/backend/target/classes/application.properties b/backend/target/classes/application.properties index 900cc73..11ec637 100644 --- a/backend/target/classes/application.properties +++ b/backend/target/classes/application.properties @@ -1,5 +1,5 @@ spring.application.name=backend -server.port=8080 +server.port=8000 # Slicer Configuration # Map SLICER_PATH env var if present (default to /opt/orcaslicer/AppRun or Mac path)