diff --git a/examples/config/config.json b/examples/config/config.json index 7a7623c..44e3369 100644 --- a/examples/config/config.json +++ b/examples/config/config.json @@ -4,7 +4,7 @@ "userId": "MyUserIdTest", "hostId": "MyHostIdTest", "passphrase": "MyPasswordTest", - "keyStorage": "./keys-test", + "keyStoragePath": "./keys-test", "bankName":"Test Bank", "languageCode":"en" } diff --git a/examples/config/config.production.json b/examples/config/config.production.json index ef199fb..1bb31fa 100644 --- a/examples/config/config.production.json +++ b/examples/config/config.production.json @@ -4,7 +4,7 @@ "userId": "MyUserIdProduction", "hostId": "MyHostIdProduction", "passphrase": "MyPasswordProduction", - "keyStorage": "./keys-prod", + "keyStoragePath": "./keys-prod", "bankName":"Production Bank", "languageCode":"en" }