Access Configuration from Addon Service

I’m struggling to get configuration info in a proper way from a service included in an addon.

Is there a way of getting access to it from an initializer? or other way from an Injected Ember Object?

This service just includes a set of libs and calls to api used along the ember app.

Any suggestions?