Skip to content

Commit 61edeaf

Browse files
committed
Merge pull request #116 from lloydwatkin/issue-112
Use more relevant config in example file. Fixes #112
2 parents e4eb312 + ab38c95 commit 61edeaf

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

configuration.properties.example

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,16 @@ server.domain=example.com
66
server.domain.channels=buddycloud.example.com
77
server.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
1313
jdbc.password=password
1414
jdbc.proxool.maximum-connection-count=10
1515
jdbc.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)
1919
2020

2121
# A list of channels (local or remote) to which to subscribe new users

0 commit comments

Comments
 (0)