fix keyStoragePath

This commit is contained in:
nanov 2019-12-30 11:28:33 +02:00
parent fb464078dc
commit e060863356
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@
"userId": "MyUserIdTest",
"hostId": "MyHostIdTest",
"passphrase": "MyPasswordTest",
"keyStorage": "./keys-test",
"keyStoragePath": "./keys-test",
"bankName":"Test Bank",
"languageCode":"en"
}

View File

@ -4,7 +4,7 @@
"userId": "MyUserIdProduction",
"hostId": "MyHostIdProduction",
"passphrase": "MyPasswordProduction",
"keyStorage": "./keys-prod",
"keyStoragePath": "./keys-prod",
"bankName":"Production Bank",
"languageCode":"en"
}