|
|
@ -156,8 +156,7 @@ function prepareURL(pathSegments, moreKeys) {
|
|
|
|
cdnUrl: config.get('cdnUrl'),
|
|
|
|
cdnUrl: config.get('cdnUrl'),
|
|
|
|
localServerPort: config.get('localServerPort'),
|
|
|
|
localServerPort: config.get('localServerPort'),
|
|
|
|
defaultPoWDifficulty: config.get('defaultPoWDifficulty'),
|
|
|
|
defaultPoWDifficulty: config.get('defaultPoWDifficulty'),
|
|
|
|
seedNodeUrl: config.get('seedNodeUrl'),
|
|
|
|
seedNodeList: JSON.stringify(config.get('seedNodeList')),
|
|
|
|
seedNodePort: config.get('seedNodePort'),
|
|
|
|
|
|
|
|
certificateAuthority: config.get('certificateAuthority'),
|
|
|
|
certificateAuthority: config.get('certificateAuthority'),
|
|
|
|
environment: config.environment,
|
|
|
|
environment: config.environment,
|
|
|
|
node_version: process.versions.node,
|
|
|
|
node_version: process.versions.node,
|
|
|
|