MEF & Settings
This commit is contained in:
parent
0cfc1dc95a
commit
32c1482bfb
6 changed files with 11 additions and 13 deletions
|
|
@ -19,7 +19,7 @@
|
|||
<environment names="Development">
|
||||
<script>
|
||||
var CREATE_PAYMENT_URL = 'http://pschneider.fr:85/api/payment/create';
|
||||
var EXECUTE_PAYMENT_URL = 'http://dev.pschneider.fr:85/api/payment/execute';
|
||||
var EXECUTE_PAYMENT_URL = 'http://pschneider.fr:85/api/payment/execute';
|
||||
var PAYPAL_ENV = 'sandbox';
|
||||
</script>
|
||||
</environment>
|
||||
|
|
|
|||
|
|
@ -54,5 +54,4 @@ else
|
|||
<a class="nav-link" asp-controller="Account" asp-action="Login" asp-route-ReturnUrl="~/" >Login</a>
|
||||
</li>
|
||||
}
|
||||
using IdentityServer8.Extensions;
|
||||
#line default
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue