SwyxWeb: React-Frontend und Spring-Boot-Backend mit SwyxTray-Mock. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
15 lines
447 B
Properties
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
|