Ember addon copy config to ember app

What would be the best practice in using a config file in an Ember addon. This config file would be different per project but I need to access this config file in my ember addon. Would it better to add a config file inside my addon and copy or overwrite the config inside my application?