rethinkdb / rethinkdb-java

Official RethinkDB Java client
https://rethinkdb.com/api/java/
Apache License 2.0
21 stars 10 forks source link

Add support for confidential properties #24

Closed NotJustAnna closed 4 years ago

NotJustAnna commented 4 years ago

Added a 3 line snippet that should parse a confidential.properties file, if it exists, and add it's properties to the project. That file was added to .gitignore, so we can safely add credentials into it.

README.md instructions was modified to explain how it works.