Skip to content

Instantly share code, notes, and snippets.

@danielVargas
Created June 20, 2018 22:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save danielVargas/e28f8a82c4323d5ed7c6e2670b5294f4 to your computer and use it in GitHub Desktop.
Save danielVargas/e28f8a82c4323d5ed7c6e2670b5294f4 to your computer and use it in GitHub Desktop.
Variables de la aplicación RoR
development:
secret_key_base: <%= ENV["SECRET_KEY_BASE"] %>
mail_admin: <%= ENV["MAIL_ADMIN"] %>
pass_admin: <%= ENV["PASS_ADMIN"] %>
webpay_wsdl: https://webpay3gint.transbank.cl/WSWebpayTransaction/cxf/WSWebpayService?wsdl
webpay_client_certificate: config/public_cert_develop.crt
webpay_client_private_key: config/private_key_develop.key
webpay_tbk_certificate: config/tbk_develop.key
webpay_commerce_code: '597020000541'
webpay_return_url: /webpay/webpay_return_url
webpay_final_url: /webpay/webpay_final_url
webpay_ambient: 'INTEGRACION'
webpay_logger: 'webpay_development.log'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment