Skip to content

Commit 4d8d711

Browse files
author
Lloyd Watkin
committed
Add note about ignoreing the configuration.properties file
1 parent f9f02be commit 4d8d711

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ If you prefer to load your configuration from a database then this is possible.
103103
DATABASE="jdbc:postgresql://localhost:5432/buddycloud-server?user=buddycloud&password=tellnoone"
104104
```
105105

106-
The server will then use the database values to configure itself.
106+
The server will then use the database values to configure itself, the `configuration.properties` file will be ignored.
107107

108108
## Additional content-type plugins
109109
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

Comments
 (0)