mirror of
https://github.com/node-ebics/node-ebics-client.git
synced 2025-12-17 00:52:46 +00:00
fix(examples): serverAddress -> url
This commit is contained in:
@@ -5,14 +5,14 @@ const { Client, fsKeysStorage } = require('../index');
|
||||
const loadConfig = require('./loadConfig');
|
||||
|
||||
module.exports = ({
|
||||
serverAddress,
|
||||
url,
|
||||
partnerId,
|
||||
userId,
|
||||
hostId,
|
||||
passphrase,
|
||||
keyStoragePath,
|
||||
} = loadConfig()) => new Client({
|
||||
serverAddress,
|
||||
url,
|
||||
partnerId,
|
||||
userId,
|
||||
hostId,
|
||||
|
||||
Reference in New Issue
Block a user