Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ locale = en_US
#keystore = /us/freeandfair/corla/default.jks
#keystore_password = corla2017
county_ids = us/freeandfair/corla/county_ids.properties
# DatabaseAuthentiation or EntrustAuthentication
authentication_class = us.freeandfair.corla.auth.DatabaseAuthentication
#authentication_class = us.freeandfair.corla.auth.EntrustAuthentication
# If authentication class is using EntrustAuthentication, then we must
# specify the location of the Entrust server
entrust_server_name = localhost

hibernate.driver = org.postgresql.Driver
hibernate.url = jdbc:postgresql://localhost:5432/corla?reWriteBatchedInserts=true&disableColumnSantiser=true
Expand Down