It's quite useful when run app inside Docker, this is what we do with all of our apps at @Scentbird.
Instead of copy-paste config to any app, I think it's better just add this support to plugin directly. So plugin.yml will load before app's application.yml load, in case if need to override something can use application.yml to do it without any problem.
It's quite useful when run app inside Docker, this is what we do with all of our apps at @Scentbird.
Instead of copy-paste config to any app, I think it's better just add this support to plugin directly. So
plugin.yml
will load before app'sapplication.yml
load, in case if need to override something can useapplication.yml
to do it without any problem.