How To Use Config File ---------------------- The Pesapal config file is in YAML format and looks something like this. Change the values appropriately. ``` development: callback_url: 'http://0.0.0.0:3000/pesapal/callback' consumer_key: '' consumer_secret: '' production: callback_url: 'http://1.2.3.4:3000/pesapal/callback' consumer_key: '' consumer_secret: '' ``` The config file can be found at `#{Rails.root}/config/pesapal.yml`.