Sha256: 0f8d2960056333a83205b931aac3a9320932afa2b1d87d9da50142177f74d714
Contents?: true
Size: 610 Bytes
Versions: 4
Compression:
Stored size: 610 Bytes
Contents
development: # Register in sandbox veritrans and get your keys here: # https://dashboard.sandbox.midtrans.com/settings/config_info client_key: "" server_key: "" api_host: https://api.sandbox.midtrans.com production: # Register and get your keys here: # https://dashboard.midtrans.com/settings/config_info client_key: <%= ENV['VERITRANS_CLIENT_KEY'] %> server_key: <%= ENV['VERITRANS_SERVER_KEY'] %> api_host: https://api.midtrans.com staging: client_key: <%= ENV['VT_SANDBOX_CLIENT_KEY'] %> server_key: <%= ENV['VT_SANDBOX_SERVER_KEY'] %> api_host: https://api.sandbox.midtrans.com
Version data entries
4 entries across 2 versions & 1 rubygems