Config hibernate to be off by default

Change api-config.yml so that hibernate is configured to
be off by default.

Change-Id: I8bdee23aeef56814765c3152c72a33d133b939ee
This commit is contained in:
Deklan Dieterly 2015-09-04 14:02:29 -06:00
parent 39512c6846
commit 775b63a326
1 changed files with 1 additions and 1 deletions

View File

@ -124,7 +124,7 @@ logging:
logFormat: # TODO
hibernate:
supportEnabled: true
supportEnabled: false
providerClass: com.zaxxer.hikari.hibernate.HikariConnectionProvider
dataSourceClassName: org.postgresql.ds.PGPoolingDataSource
serverName: localhost