Sha256: 16dd6802744155a2f9a8c18a71f873afcdaeae25fe14c4adc94f2cca11fb12ac
Contents?: true
Size: 611 Bytes
Versions: 3
Compression:
Stored size: 611 Bytes
Contents
development: # Register in sandbox veritrans and get your keys here: # https://my.sandbox.veritrans.co.id/settings/config_info client_key: "" server_key: "" api_host: https://api.sandbox.veritrans.co.id production: # Register and get your keys here: # https://my.veritrans.co.id/settings/config_info client_key: <%= ENV['VERITRANS_CLIENT_KEY'] %> server_key: <%= ENV['VERITRANS_SERVER_KEY'] %> api_host: https://api.veritrans.co.id staging: client_key: <%= ENV['VT_SANDBOX_CLIENT_KEY'] %> server_key: <%= ENV['VT_SANDBOX_SERVER_KEY'] %> api_host: https://api.sandbox.veritrans.co.id
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
veritrans-2.1.3 | lib/generators/templates/veritrans.yml |
veritrans-2.1.2 | lib/generators/templates/veritrans.yml |
veritrans-2.1.1 | lib/generators/templates/veritrans.yml |