Files
swyxweb/backend/src/main/resources/application.properties
T
SvenandClaude Opus 5 ae397e1ea3 first commit
SwyxWeb: React-Frontend und Spring-Boot-Backend mit SwyxTray-Mock.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
2026-08-20 11:03:34 +02:00

15 lines
447 B
Properties

spring.application.name=swyxweb-backend
# Port dieser Anwendung (REST-API und der eingebaute Test-Endpunkt /ws).
server.address=0.0.0.0
server.port=8080
# Adresse des WebSocket-Servers, die das Frontend über /api/config als
# Verbindungsziel bekommt. Unabhängig vom Port dieser Anwendung.
app.websocket.host=192.168.180.135
app.websocket.port=17654
app.websocket.path=/ws
app.websocket.secure=false
logging.level.de.appcreation.swyxweb=DEBUG