agorapulse / grails-sentry

A Sentry client for Grails
Apache License 2.0
12 stars 14 forks source link

Added ability to config this plugin with system env #49

Closed donbeave closed 6 years ago

donbeave commented 6 years ago

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.

musketyr commented 6 years ago

looks good to me, thanks