Sha256: bbd1effdbaff431cd141d884a4b37fcdf449c1d2115fba3dd89ebb70f2863062

Contents?: true

Size: 545 Bytes

Versions: 5

Compression:

Stored size: 545 Bytes

Contents

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: '<YOUR_CONSUMER_KEY>'
    consumer_secret: '<YOUR_CONSUMER_SECRET>'

production:
    callback_url: 'http://1.2.3.4:3000/pesapal/callback'
    consumer_key: '<YOUR_CONSUMER_KEY>'
    consumer_secret: '<YOUR_CONSUMER_SECRET>'
```

The config file can be found at `#{Rails.root}/config/pesapal.yml`.

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
pesapal-1.2.1 lib/generators/templates/README.md
pesapal-1.2.0 lib/generators/templates/README.md
pesapal-1.1.0 lib/generators/templates/README.md
pesapal-1.0.0 lib/generators/templates/README.md
pesapal-0.2.1 lib/generators/templates/README.md