Created
March 30, 2016 15:43
-
-
Save rjmacarthy/db1f82e96d72d7984a116ceefbd96432 to your computer and use it in GitHub Desktop.
bitcore-node-testnet.json config
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"datadir": "./data", | |
"network": "testnet", | |
"port": 3001, | |
"services": [ | |
"address", | |
"bitcoind", | |
"db", | |
"insight-api", | |
"insight-ui", | |
"web" | |
], | |
"servicesConfig": { | |
"insight-ui": { | |
"apiPrefix": "api" | |
}, | |
"insight-api": { | |
"routePrefix": "api" | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment