Bladeren bron

incorporate all configs

tags/v0.5
patrick 5 jaren geleden
bovenliggende
commit
3926f755a4
2 gewijzigde bestanden met toevoegingen van 30 en 24 verwijderingen
  1. +18
    -15
      config.json
  2. +12
    -9
      config.test.json

+ 18
- 15
config.json Bestand weergeven

@@ -1,17 +1,20 @@
{
"Rpn": {
"Url" : "https://deposit.paylomo.net/pay.php?r=payEasy",
"UrlTest" : "https://deposit-mac.chinapaytech.com/pay.php?r=payEasy",
"MD5P2P" : "p1j4A3mEMj+ft0xkSfVULQ",
"MD5FAT" : "24QSfwYtH+tbefkMFPhuew"
},
"LeanWork" :{
"MD5Key" : "492815086935204"
},
"DB" :{
"Driver": "mysql",
"User" : "sp",
"Pass" : "sp",
"Schema": "leanwork_pay"
}
"Rpn": {
"Url": "https://deposit.paylomo.net/pay.php?r=payEasy",
"MIDP2P": "EU85201311P2P",
"MD5P2P": "p1j4A3mEMj+ft0xkSfVULQ",
"MIDFAT": "EU85201311FAT",
"MD5FAT": "24QSfwYtH+tbefkMFPhuew"
},
"LeanWork": {
"MD5Key": "492815086935204",
"MD5P2P": "370296119874502",
"MD5FAT": "207841502473198"
},
"DB": {
"Driver": "mysql",
"User": "sp",
"Pass": "sp",
"Schema": "leanwork_pay"
}
}

+ 12
- 9
config.test.json Bestand weergeven

@@ -1,17 +1,20 @@
{
"Rpn": {
"Url" : "https://deposit.paylomo.net/pay.php?r=payEasy",
"UrlTest" : "https://deposit-mac.chinapaytech.com/pay.php?r=payEasy",
"MD5P2P" : "370296119874502",
"MD5FAT" : "207841502473198"
"Url": "https://deposit-mac.chinapaytech.com/pay.php?r=payEasy",
"MIDP2P": "EU85201311P2P",
"MD5P2P": "p1j4A3mEMj+ft0xkSfVULQ",
"MIDFAT": "EU85201311FAT",
"MD5FAT": "24QSfwYtH+tbefkMFPhuew"
},
"LeanWork" :{
"MD5Key" : "492815086935204"
"LeanWork": {
"MD5Key": "492815086935204",
"MD5P2P": "370296119874502",
"MD5FAT": "207841502473198"
},
"DB" :{
"DB": {
"Driver": "mysql",
"User" : "sp",
"Pass" : "sp",
"User": "sp",
"Pass": "sp",
"Schema": "leanwork_pay"
}
}

Laden…
Annuleren
Opslaan