Update default config path
This commit is contained in:
parent
01ebc7a521
commit
53b970cda7
@ -78,10 +78,10 @@ function getDefaultConfig(options) {
|
|||||||
services: options.additionalServices ? defaultServices.concat(options.additionalServices) : defaultServices,
|
services: options.additionalServices ? defaultServices.concat(options.additionalServices) : defaultServices,
|
||||||
datadir: defaultDataDir,
|
datadir: defaultDataDir,
|
||||||
servicesConfig: {
|
servicesConfig: {
|
||||||
'insight-api': {
|
'flosight-api': {
|
||||||
cwdRequirePath: 'node_modules/flosight-api'
|
cwdRequirePath: 'node_modules/flosight-api'
|
||||||
},
|
},
|
||||||
'insight-ui': {
|
'flosight-ui': {
|
||||||
cwdRequirePath: 'node_modules/flosight-ui'
|
cwdRequirePath: 'node_modules/flosight-ui'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -5,7 +5,7 @@
|
|||||||
"node": ">=8.0.0"
|
"node": ">=8.0.0"
|
||||||
},
|
},
|
||||||
"author": "BitPay <dev@bitpay.com>",
|
"author": "BitPay <dev@bitpay.com>",
|
||||||
"version": "5.0.0-beta.55",
|
"version": "5.0.0-beta.57",
|
||||||
"main": "./index.js",
|
"main": "./index.js",
|
||||||
"repository": "git://github.com/bitpay/flocore-node.git",
|
"repository": "git://github.com/bitpay/flocore-node.git",
|
||||||
"homepage": "https://github.com/bitpay/flocore-node",
|
"homepage": "https://github.com/bitpay/flocore-node",
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user