Skip to content

Commit 591b093

Browse files
author
Simon Tennant
committed
Reduce DNS and SSL work by using buddycloud.EXAMPLE.COM for the component name too
Now also matches the install docs.
1 parent aa4cab3 commit 591b093

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

configuration.properties.example

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ xmpp.port=5347
33
xmpp.secretkey=tellnoone
44

55
server.domain=example.com
6-
server.domain.channels=channels.example.com
6+
server.domain.channels=buddycloud.example.com
77
server.domain.topics=topics.example.com
88

99
jdbc.proxool.driver-url=jdbc:hsqldb:.
@@ -25,4 +25,4 @@ channels.autosubscribe=lounge@example.com;welcome@example.com
2525
# If any of the 'channels.autosubscribe' channels are private local channels,
2626
# then whether to automatically approve the user.
2727
# NOTE: This will only work on local private channels
28-
channels.autosubscribe.autoapprove=false
28+
channels.autosubscribe.autoapprove=false

0 commit comments

Comments
 (0)