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

11 lines
245 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-test.server",
2019-12-18 14:48:05 +00:00
"partnerId": "EBICS ParnerID Test",
"userId": "MyUserIdTest",
"hostId": "MyHostIdTest",
"passphrase": "MyPasswordTest",
2019-12-30 09:28:33 +00:00
"keyStoragePath": "./keys-test",
2019-12-18 14:48:05 +00:00
"bankName":"Test Bank",
"languageCode":"en"
}