Browse Source

Make OSIV readonly by default

Lari Hotari 12 years ago
parent
commit
fc90ab766b
1 changed files with 3 additions and 0 deletions
  1. 3 0
      grails/hello/grails-app/conf/Config.groovy

+ 3 - 0
grails/hello/grails-app/conf/Config.groovy

@@ -85,6 +85,9 @@ grails.exceptionresolver.params.exclude = ['password']
 // disabling query cache
 grails.hibernate.cache.queries = false
 
+// OSIV is readonly by default
+grails.hibernate.osiv.readonly = true
+
 // set per-environment serverURL stem for creating absolute links
 environments {
     development {