Details
Description
From the dev list:
Griffon has 3 config files: Application.groovy, Config.groovy and BuildSettings.groovy
The first one is for runtime, the other two are for buildtime.
The consensus was to promote Config.groovy to runtime (as many users expect it to be), moving any buildtime config found on it to BuildSettings.groovy
Probably rename BuildSettings.groovy to BuildConfig.groovy
Config.groovy has been promoted to runtime statuts
BuildSettings.groovy has been renamed to BuildConfig.groovy and holds all values previously defined by Config.groovy