#put in lib directory class MixPanelConfiguration def self.config { api_key: 'your_key', api_secret: 'your_secret' } end end