We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7fe913 commit 0e73d83Copy full SHA for 0e73d83
src/main/resources/application.properties
@@ -5,7 +5,7 @@ server.tomcat.threads.virtual.enabled=true
5
turn.server.username = ${TURN-UNAME}
6
turn.server.credential = ${TURN-CREDS}
7
8
-app.keepalive.url = http://localhost:8080/ping
+app.keepalive.url = https://randomchat-hfta.onrender.com/ping
9
10
# Close WebSocket sessions if they are idle for 120 seconds (2 minutes)
11
spring.websocket.server.idle-timeout=120000
0 commit comments