Skip to content

Commit 703a9d3

Browse files
committed
minor code cleansing
1 parent 62d270f commit 703a9d3

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

test-mongogee/grails-app/conf/application.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ endpoints:
2727
enabled: false
2828
jmx:
2929
enabled: true
30+
unique-names: true
3031

3132
---
3233
grails:
@@ -80,9 +81,7 @@ grails:
8081
scriptlets: html
8182
taglib: none
8283
staticparts: none
83-
endpoints:
84-
jmx:
85-
unique-names: true
84+
8685

8786
---
8887
hibernate:
@@ -104,7 +103,6 @@ environments:
104103
dataSource:
105104
dbCreate: create-drop
106105
url: jdbc:h2:mem:devDb;MVCC=TRUE;LOCK_TIMEOUT=10000;DB_CLOSE_ON_EXIT=FALSE
107-
108106
grails:
109107
mongodb:
110108
url: "mongodb://localhost/test_mongogee_dev"

0 commit comments

Comments
 (0)