no 80
This commit is contained in:
@ -8,7 +8,7 @@ In this doc, let's say, `FreeField`
|
|||||||
|
|
||||||
### A domain name
|
### 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.
|
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
|
### An Npgsql db
|
||||||
|
@ -7,4 +7,4 @@
|
|||||||
| ------- | ------------------ |
|
| ------- | ------------------ |
|
||||||
| 1.0.6 | :x: |
|
| 1.0.6 | :x: |
|
||||||
|
|
||||||
(https://yavsc.pschneider.fr)
|
(https://pschneider.fr:84)
|
||||||
|
@ -122,8 +122,8 @@ Outras instalações:
|
|||||||
|
|
||||||
En production:
|
En production:
|
||||||
|
|
||||||
* [Lua](https://lua.pschneider.fr)
|
* [Lua](https://pschneider.fr:85)
|
||||||
* [Yavsc](https://yavsc.pschneider.fr)
|
* [Yavsc](https://pschneider.fr:84)
|
||||||
|
|
||||||
</markdown>
|
</markdown>
|
||||||
</environment>
|
</environment>
|
||||||
|
@ -11,15 +11,15 @@
|
|||||||
<script src="https://www.paypalobjects.com/api/checkout.js"></script>
|
<script src="https://www.paypalobjects.com/api/checkout.js"></script>
|
||||||
<environment names="lua,coiffure,zicmoove,yavsc,yavscpre">
|
<environment names="lua,coiffure,zicmoove,yavsc,yavscpre">
|
||||||
<script>
|
<script>
|
||||||
var CREATE_PAYMENT_URL = 'https://lua.pschneider.fr/api/payment/create';
|
var CREATE_PAYMENT_URL = 'http://pschneider.fr:85/api/payment/create';
|
||||||
var EXECUTE_PAYMENT_URL = 'https://lua.pschneider.fr/api/payment/execute';
|
var EXECUTE_PAYMENT_URL = 'http://pschneider.fr:85/api/payment/execute';
|
||||||
var PAYPAL_ENV = 'sandbox';
|
var PAYPAL_ENV = 'sandbox';
|
||||||
</script>
|
</script>
|
||||||
</environment>
|
</environment>
|
||||||
<environment names="Development">
|
<environment names="Development">
|
||||||
<script>
|
<script>
|
||||||
var CREATE_PAYMENT_URL = 'https://dev.pschneider.fr/api/payment/create';
|
var CREATE_PAYMENT_URL = 'http://pschneider.fr:85/api/payment/create';
|
||||||
var EXECUTE_PAYMENT_URL = 'https://dev.pschneider.fr/api/payment/execute';
|
var EXECUTE_PAYMENT_URL = 'http://dev.pschneider.fr:85/api/payment/execute';
|
||||||
var PAYPAL_ENV = 'sandbox';
|
var PAYPAL_ENV = 'sandbox';
|
||||||
</script>
|
</script>
|
||||||
</environment>
|
</environment>
|
||||||
|
Reference in New Issue
Block a user