Advertisement
Guest User

Untitled

a guest
Apr 20th, 2016
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.72 KB | None | 0 0
  1. Payment:
  2. allowed_gateways:
  3. - PaymentExpress_PxPay
  4.  
  5. # --------------------------- #
  6. # Environment specific config #
  7. # --------------------------- #
  8.  
  9. ---
  10. Only:
  11. environment: dev
  12. After: 'framework/*','cms/*'
  13. ---
  14. ShopConfig:
  15. base_currency: NZD
  16. email_from: dev@example.com
  17.  
  18. Email:
  19. admin_email: dev@example.com
  20.  
  21. Payment:
  22. parameters:
  23. PaymentExpress_PxPay:
  24. username: DevExample
  25. password: DevExamplePassword
  26.  
  27. ---
  28. Except:
  29. environment: dev
  30. After: 'framework/*','cms/*','boilerplate/*','shopconfig'
  31. ---
  32. Payment:
  33. parameters:
  34. PaymentExpress_PxPay:
  35. username: LiveExample
  36. password: LiveExamplePassword
  37.  
  38. ShopConfig:
  39. base_currency: NZD
  40. email_from: live@example.com
  41.  
  42. Email:
  43. admin_email: live@example.com
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement