Skip to content

Commit 951c0db

Browse files
committed
Cleaned up config
1 parent f2c19ba commit 951c0db

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/main/resources/application.properties

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,19 @@
1+
# Properties for running on localhost
12
stomp.host=localhost
23
stomp.protocol=ws
34
stomp.port=8080
45
spring.redis.host=localhost
56
spring.redis.port=6379
67

8+
# Properties for running on Azure Spring Cloud
79
#stomp.host=<app>-<service>.azuremicroservices.io
810
#stomp.protocol=wss
911
#stomp.port=443
1012
#spring.redis.host=<name>.<region>.redisenterprise.cache.azure.net
1113
#spring.redis.port=10000
1214
#spring.redis.password=
1315

16+
# Global properties
1417
stomp.endpoint=/websocket
1518
stomp.destinationPrefix=/topic
1619
stomp.transactionsTopic=/topic/transactions

0 commit comments

Comments
 (0)