Update default config path

This commit is contained in:
Sky Young 2018-05-16 10:42:37 -07:00
parent 01ebc7a521
commit 53b970cda7
2 changed files with 3 additions and 3 deletions

View File

@ -78,10 +78,10 @@ function getDefaultConfig(options) {
services: options.additionalServices ? defaultServices.concat(options.additionalServices) : defaultServices,
datadir: defaultDataDir,
servicesConfig: {
'insight-api': {
'flosight-api': {
cwdRequirePath: 'node_modules/flosight-api'
},
'insight-ui': {
'flosight-ui': {
cwdRequirePath: 'node_modules/flosight-ui'
}
}

View File

@ -5,7 +5,7 @@
"node": ">=8.0.0"
},
"author": "BitPay <dev@bitpay.com>",
"version": "5.0.0-beta.55",
"version": "5.0.0-beta.57",
"main": "./index.js",
"repository": "git://github.com/bitpay/flocore-node.git",
"homepage": "https://github.com/bitpay/flocore-node",