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

11 lines
266 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",
"keyStorage": "./keys-prod",
"bankName":"Production Bank",
"languageCode":"en"
}