grails / grails-mail

The Grails Mail Plugin
https://grails.github.io/grails-mail/
Apache License 2.0
14 stars 25 forks source link

Remove dataSource items from application.yml #6

Closed nusairat closed 8 years ago

nusairat commented 8 years ago

This should be removed since the application does not require any H2 datasource.

Furthermore this causes an issue if your application DOESNT have nor want H2 references.

osscontributor commented 8 years ago

I think this was addressed with https://github.com/grails3-plugins/mail/pull/7

osscontributor commented 8 years ago

Should all of the dataSource settings be removed from application.yml? I think probably yes.

nusairat commented 8 years ago

I'd think so. If the app isn't going to use it no reason to have it IMHO.