How do I get the values of Config.groovy in a Grails Script? I can get the values in BuildConfig.groovy by including the _GrailsSettings script.
Is it possible to get the values in Config.groovy?
How do I get the values of Config.groovy in a Grails Script? I can
Share
You should include _GrailsPackage script:
More information is here.