{ "server": { "stompUrl": "ws://localhost:8080/ws/stomp", "reconnectDelaySeconds": 5, "webviewUrl": "https://test.sb.assecutor.de" }, "topics": { "default": "/topic/calls", "presets": [ "/topic/calls", "/topic/pong", "/topic/messages" ] }, "send": { "defaultDestination": "/app/ping", "defaultPayload": { "from": "flutter", "note": "hello" } } }