File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -6,16 +6,16 @@ server.domain=example.com
66server.domain.channels=buddycloud.example.com
77server.domain.topics=topics.example.com
88
9- jdbc.proxool.driver-url=jdbc:hsqldb:.
10- jdbc.proxool.driver-class=org.hsqldb.jdbcDriver
11- jdbc.proxool.alias=buddycloud
12- jdbc.user=username
9+ jdbc.proxool.alias=channelserver
10+ jdbc.proxool.driver-url=jdbc:postgresql://localhost:5432/buddycloud
11+ jdbc.proxool.driver-class=org.postgresql.Driver
12+ jdbc.user=buddycloud
1313jdbc.password=password
1414jdbc.proxool.maximum-connection-count=10
1515jdbc.proxool.house-keeping-test-sql=select CURRENT_DATE
1616
1717# Admin users are sent all notiifcations as well as having access
18- # to all posts from the /firehose node (not just from public channels)
18+ # to all posts from the /firehose node (not just from open channels)
19192020
2121# A list of channels (local or remote) to which to subscribe new users
You can’t perform that action at this time.
0 commit comments