Changeset 848
- Timestamp:
- Aug 27, 2010, 2:43:21 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/conf/BootStrap.groovy
r846 r848 107 107 // If in development or test mode, add the ontologies manually to the database 108 108 // without contacting the BioPortal website, to avoid annoying hiccups when the server is busy 109 if ( grails.util.GrailsUtil.environment != GrailsApplication.ENV_PRODUCTION) {109 if (true || grails.util.GrailsUtil.environment != GrailsApplication.ENV_PRODUCTION) { 110 110 println "Adding ontology descriptors" 111 111 BootStrapTemplates.initTemplateOntologies()
Note: See TracChangeset
for help on using the changeset viewer.