mirror of https://github.com/sipwise/www_csc.git
parent
3ca5014da8
commit
ff72477156
@ -0,0 +1,44 @@
|
||||
<config prov_user="provisioning username"
|
||||
prov_pass="provisioning password"
|
||||
log4perlconf="/usr/local/etc/logging.conf"
|
||||
site_domain="sip.yourdomain.tld"
|
||||
sip_server="sip.yourdomain.tld"
|
||||
tftp_server="tftp.yourdomain.tld"
|
||||
www_server="www.yourdomain.tld"
|
||||
<!-- only needed if PayPal is used -->
|
||||
paypal_soapuri="/2.0/"
|
||||
paypal_soapurl="https://api-3t.paypal.com/2.0/"
|
||||
paypal_username="your PayPal API user"
|
||||
paypal_password="your PayPal API password"
|
||||
paypal_signature="your PayPal API signature"
|
||||
paypal_redirecturl="https://www.paypal.com/cgi-bin/webscr?cmd=_express-checkout&useraction=commit&token="
|
||||
paypal_csc_returnurl="https://csc.yourdomain.tld/account/paidack"
|
||||
paypal_csc_cancelurl="https://csc.yourdomain.tld/account/paiderr"
|
||||
paypal_shop_returnurl="https://shop.yourdomain.tld/payment/paidack"
|
||||
paypal_shop_cancelurl="https://shop.yourdomain.tld/payment/paiderr"
|
||||
<!-- only needed if mPAY24 integration is used -->
|
||||
mpay24_baseurl="https://www.mPAY24.com/bin/secure/at/etpv5"
|
||||
mpay24_merchantid="your mPAY24 ID"
|
||||
>
|
||||
<site_config title="CSC site title"
|
||||
language="de"
|
||||
css="/css/style.css"
|
||||
>
|
||||
<company name="your company"
|
||||
logo="/path/to/logo.gif"
|
||||
hotline="customer care phone number"
|
||||
city="city of company residence"
|
||||
street="street of company residence"
|
||||
phone="company phone number"
|
||||
fax="company fax number"
|
||||
email="company e-mail address"
|
||||
webserver="www.yourdomain.tld"
|
||||
/>
|
||||
</site_config>
|
||||
</config>
|
||||
|
||||
<!-- PayPal test environment URLs -->
|
||||
<!--
|
||||
paypal_soapurl="https://api.sandbox.paypal.com/2.0/"
|
||||
paypal_redirecturl="https://www.sandbox.paypal.com/cgi-bin/webscr?cmd=_express-checkout&useraction=commit&token="
|
||||
-->
|
||||
Loading…
Reference in new issue