Details
-
Type:
Improvement
-
Status:
Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: 1.0.0.M6
-
Fix Version/s: None
-
Labels:
-
Environment:NA
Description
The db configuration is grails { mongo { databaseName = "xxx" where everything else dataSource, hibernate are not structure this way. Can we please make this consistent with the rest of the file with a
mongo {
databaseName = "xxx"
instead of
grails {
mongo {
databaseName = "xxx"