Skip to content

Commit dab3d42

Browse files
authored
Merge pull request #13912 from codeconsole/remove-dbconsole
remove dbconsole setting. use spring.h2.console.enabled instead
2 parents 027b587 + 3f6b2ac commit dab3d42

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

grails-core/src/main/groovy/grails/config/Settings.groovy

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -138,11 +138,6 @@ interface Settings {
138138
*/
139139
String FILTER_FORCE_ENCODING = 'grails.filter.forceEncoding'
140140

141-
/**
142-
* Whether the H2 dbconsole is enabled or not
143-
*/
144-
String DBCONSOLE_ENABLED = 'grails.dbconsole.enabled'
145-
146141
/**
147142
* The converter to use for creating URL tokens in URL mapping. Defaults to camel case.
148143
*/

0 commit comments

Comments
 (0)