Skip to content

Commit

Permalink
update koding host for development environment
Browse files Browse the repository at this point in the history
  • Loading branch information
usirin authored Oct 30, 2017
1 parent f6dff4a commit ef7d9e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _includes/stripe.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
{% else %}
var stripeKey = 'pk_test_eErjuF9dOkQOyqG1bpzjdqui'
var recaptchaKey = '6LdmvioUAAAAAEMZAFbTN-C8Eg_fQrObHeG6XXUw'
var HOST_NAME = 'http://usirin.koding.team' // change this to `http://<username>.koding.team` if you are running on team.koding.com
var HOST_NAME = 'http://dev.koding.com:8090' // change this to `http://<username>.koding.team` if you are running on team.koding.com
{% endif %}
function onRecaptchaLoaded() {
grecaptcha.render('payment-submit-button', {
Expand Down

0 comments on commit ef7d9e6

Please sign in to comment.