You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you got an output similar to (or exactly like) this, you're good to go.
53
53
54
+
## Configuration
55
+
56
+
Please see [the example configuration file](https://github.com/buddycloud/buddycloud-server-java/blob/master/configuration.properties.example) for an example.
57
+
58
+
| Property | Default value | Required | Description |
| jdbc.proxool.driver-class || ✓ | Database connection class |
69
+
| jdbc.user || ✓ | Database username |
70
+
| jdbc.password || ✓ | Database password |
71
+
| jdbc.proxool.maximum-connection-count || ✓ | Database connection pool size |
72
+
| jdbc.proxool.house-keeping-test-sql || ✓ | Database house keeping test |
73
+
| users.admin ||| Admin users (list of jids). Are sent all notifications and are able to see everything in **/firehose**|
74
+
| notifications.sendTo ||| List of JIDs to send event messages to |
75
+
| notifications.connected ||| Send event of component connecting to XMPP server |
76
+
| channels.autosubscribe | | | A list of channels (local or remote) to which to subscribe new users. Only the base JID is required. __Note:__ channels will not be created - they must already exist
77
+
| channels.autosubscribe.autoapprove ||| If any of the 'channels.autosubscribe' channels are private local channels, then whether to automatically approve the user. __Note:__ This will only work on local private channels |
78
+
| channel.configuration.default.accessmodel | open || The default access model for new nodes |
79
+
| channel.configuration.default.affiliation | member || The default affiliation for new nodes |
80
+
| channel.configuration.[**posts** or **status** or **geo.next**, etc].accessmodel ||| Override default access model on the node type |
81
+
| channel.configuration.[**posts** or **status** or **geo.next**, etc].affiliation ||| Override default affiliation on the node type |
82
+
| channel.configuration.[**posts** or **status** or **geo.next**, etc].title | %jid%'s status || Override default node title on the node type |
83
+
| channel.configuration.[**posts** or **status** or **geo.next**, etc].description | %jid%'s status || Override default node description on the node type |
84
+
| discovery.dns.enabled | true || Allow DNS discovery of other channel servers |
85
+
| sync.purge-on-start | false || Purge remote data on server start |
86
+
54
87
## Additional content-type plugins
55
88
The buddycloud server supports validation of custom content types by means of a plugin system. By default the buddycloud server supports Atom content. Additional content types can be supported by creating an appropriate validator and packaging it as a plugin.
0 commit comments