We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2c19ba commit 951c0dbCopy full SHA for 951c0db
src/main/resources/application.properties
@@ -1,16 +1,19 @@
1
+# Properties for running on localhost
2
stomp.host=localhost
3
stomp.protocol=ws
4
stomp.port=8080
5
spring.redis.host=localhost
6
spring.redis.port=6379
7
8
+# Properties for running on Azure Spring Cloud
9
#stomp.host=<app>-<service>.azuremicroservices.io
10
#stomp.protocol=wss
11
#stomp.port=443
12
#spring.redis.host=<name>.<region>.redisenterprise.cache.azure.net
13
#spring.redis.port=10000
14
#spring.redis.password=
15
16
+# Global properties
17
stomp.endpoint=/websocket
18
stomp.destinationPrefix=/topic
19
stomp.transactionsTopic=/topic/transactions
0 commit comments