Skip to content

Commit ab38c95

Browse files
committed
Use more relevant config in example file. Fixes #112
1 parent e4eb312 commit ab38c95

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

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
users.admin = user1@example.com;crawler@searchengine.org
2020

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

0 commit comments

Comments
 (0)