produzione 1 #9

Merged
JoeKung merged 135 commits from dev into main 2026-03-03 09:58:04 +01:00
3 changed files with 3 additions and 3 deletions
Showing only changes of commit 21cf8891b2 - Show all commits

View File

@@ -25,7 +25,7 @@ jobs:
- name: Run Tests with Maven - name: Run Tests with Maven
run: | run: |
cd backend cd backend
mvn test mvn -B test
build-and-push: build-and-push:
needs: test-backend needs: test-backend

View File

@@ -1,5 +1,5 @@
spring.application.name=backend spring.application.name=backend
server.port=8080 server.port=8000
# Slicer Configuration # Slicer Configuration
# Map SLICER_PATH env var if present (default to /opt/orcaslicer/AppRun or Mac path) # Map SLICER_PATH env var if present (default to /opt/orcaslicer/AppRun or Mac path)

View File

@@ -1,5 +1,5 @@
spring.application.name=backend spring.application.name=backend
server.port=8080 server.port=8000
# Slicer Configuration # Slicer Configuration
# Map SLICER_PATH env var if present (default to /opt/orcaslicer/AppRun or Mac path) # Map SLICER_PATH env var if present (default to /opt/orcaslicer/AppRun or Mac path)