no 80
This commit is contained in:
@ -8,7 +8,7 @@ In this doc, let's say, `FreeField`
|
||||
|
||||
### A domain name
|
||||
|
||||
Wait ... `freefield.pschneider.fr`
|
||||
Wait ... `pschneider.fr`
|
||||
You'll have to see with your provider, in order to power it, and make it point to your host ip, at least concerning the ports 80 & 443.
|
||||
|
||||
### An Npgsql db
|
||||
|
@ -7,4 +7,4 @@
|
||||
| ------- | ------------------ |
|
||||
| 1.0.6 | :x: |
|
||||
|
||||
(https://yavsc.pschneider.fr)
|
||||
(https://pschneider.fr:84)
|
||||
|
@ -122,8 +122,8 @@ Outras instalações:
|
||||
|
||||
En production:
|
||||
|
||||
* [Lua](https://lua.pschneider.fr)
|
||||
* [Yavsc](https://yavsc.pschneider.fr)
|
||||
* [Lua](https://pschneider.fr:85)
|
||||
* [Yavsc](https://pschneider.fr:84)
|
||||
|
||||
</markdown>
|
||||
</environment>
|
||||
|
@ -11,15 +11,15 @@
|
||||
<script src="https://www.paypalobjects.com/api/checkout.js"></script>
|
||||
<environment names="lua,coiffure,zicmoove,yavsc,yavscpre">
|
||||
<script>
|
||||
var CREATE_PAYMENT_URL = 'https://lua.pschneider.fr/api/payment/create';
|
||||
var EXECUTE_PAYMENT_URL = 'https://lua.pschneider.fr/api/payment/execute';
|
||||
var CREATE_PAYMENT_URL = 'http://pschneider.fr:85/api/payment/create';
|
||||
var EXECUTE_PAYMENT_URL = 'http://pschneider.fr:85/api/payment/execute';
|
||||
var PAYPAL_ENV = 'sandbox';
|
||||
</script>
|
||||
</environment>
|
||||
<environment names="Development">
|
||||
<script>
|
||||
var CREATE_PAYMENT_URL = 'https://dev.pschneider.fr/api/payment/create';
|
||||
var EXECUTE_PAYMENT_URL = 'https://dev.pschneider.fr/api/payment/execute';
|
||||
var CREATE_PAYMENT_URL = 'http://pschneider.fr:85/api/payment/create';
|
||||
var EXECUTE_PAYMENT_URL = 'http://dev.pschneider.fr:85/api/payment/execute';
|
||||
var PAYPAL_ENV = 'sandbox';
|
||||
</script>
|
||||
</environment>
|
||||
@ -47,4 +47,4 @@
|
||||
}
|
||||
|
||||
}, '#paypal-button');
|
||||
</script>
|
||||
</script>
|
||||
|
Reference in New Issue
Block a user