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

11 lines
276 B
JSON
Raw Normal View History

2019-12-18 14:48:05 +00:00
{
"serverAddress": "https://ebics.server",
"partnerId": "EBICS ParnerID Production",
"userId": "MyUserIdProduction",
"hostId": "MyHostIdProduction",
"passphrase": "MyPasswordProduction",
"keyStorage": "./keys-prod",
"bankName":"Production Bank",
"languageCode":"en"
}