We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa4cab3 commit 591b093Copy full SHA for 591b093
1 file changed
configuration.properties.example
@@ -3,7 +3,7 @@ xmpp.port=5347
3
xmpp.secretkey=tellnoone
4
5
server.domain=example.com
6
-server.domain.channels=channels.example.com
+server.domain.channels=buddycloud.example.com
7
server.domain.topics=topics.example.com
8
9
jdbc.proxool.driver-url=jdbc:hsqldb:.
@@ -25,4 +25,4 @@ channels.autosubscribe=lounge@example.com;welcome@example.com
25
# If any of the 'channels.autosubscribe' channels are private local channels,
26
# then whether to automatically approve the user.
27
# NOTE: This will only work on local private channels
28
-channels.autosubscribe.autoapprove=false
+channels.autosubscribe.autoapprove=false
0 commit comments