Changeset 443 for trunk/grails-app/conf
- Timestamp:
- May 20, 2010, 11:16:19 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/conf/Config.groovy
r374 r443 86 86 87 87 // cryptography settings 88 // @see WizardTaglib.groovy (encrypt) 89 // @see TemplateEditorController.groovy (decrypt) 88 90 crypto { 89 91 shared.secret = "U73reG*mE^\$t@7s!e%" 90 92 } 93 94 // GSCF specific configuration 95 // use: grailsApplication.config.gscf.domain.entitites 96 gscf { 97 domain = [ 98 entities: [ 99 // dbnp.data 100 'dbnp.data.FeatureBase', 101 'dbnp.data.FeatureType', 102 'dbnp.data.Ontology', 103 'dbnp.data.Term', 104 105 // dbnp.studycapturing 106 'dbnp.studycapturing.Assay', 107 'dbnp.studycapturing.AssayModule', 108 'dbnp.studycapturing.AssayType', 109 'dbnp.studycapturing.Compound', 110 'dbnp.studycapturing.Event', 111 'dbnp.studycapturing.EventGroup', 112 'dbnp.studycapturing.Person', 113 'dbnp.studycapturing.PersonAffilitation', 114 'dbnp.studycapturing.PersonRole', 115 'dbnp.studycapturing.Publication', 116 'dbnp.studycapturing.Sample', 117 'dbnp.studycapturing.SamplingEvent', 118 'dbnp.studycapturing.Study', 119 'dbnp.studycapturing.StudyPerson', 120 'dbnp.studycapturing.Subject', 121 'dbnp.studycapturing.Template', 122 'dbnp.studycapturing.TemplateEntity', 123 'dbnp.studycapturing.TemplateField', 124 'dbnp.studycapturing.TemplateFieldListItem', 125 'dbnp.studycapturing.TemplateFieldType' 126 ] 127 ] 128 }
Note: See TracChangeset
for help on using the changeset viewer.