node-ebics-client/examples/config/config.production.testbank.json

11 lines
270 B
JSON
Raw Normal View History

2019-12-18 14:48:05 +00:00
{
2019-12-30 09:07:24 +00:00
"url": "https://ebics.server",
2019-12-18 14:48:05 +00:00
"partnerId": "EBICS ParnerID Production",
"userId": "MyUserIdProduction",
"hostId": "MyHostIdProduction",
"passphrase": "MyPasswordProduction",
2019-12-30 09:28:33 +00:00
"keyStoragePath": "./keys-prod",
2019-12-18 14:48:05 +00:00
"bankName":"Production Bank",
"languageCode":"en"
}