We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 027b587 + 3f6b2ac commit dab3d42Copy full SHA for dab3d42
grails-core/src/main/groovy/grails/config/Settings.groovy
@@ -138,11 +138,6 @@ interface Settings {
138
*/
139
String FILTER_FORCE_ENCODING = 'grails.filter.forceEncoding'
140
141
- /**
142
- * Whether the H2 dbconsole is enabled or not
143
- */
144
- String DBCONSOLE_ENABLED = 'grails.dbconsole.enabled'
145
-
146
/**
147
* The converter to use for creating URL tokens in URL mapping. Defaults to camel case.
148
0 commit comments