FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
bitcore-node/bitcore-node.json.sample at master · bitpay/bitcore-node · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
bitpay
/
bitcore-node
Public
Notifications
You must be signed in to change notification settings
Fork
622
Star
352
Code
Issues
78
Pull requests
11
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
bitcore-node
/
bitcore-node.json.sample
Copy path
More file actions
More file actions
Latest commit
History
History
History
34 lines (34 loc) · 553 Bytes
Breadcrumbs
bitcore-node
/
bitcore-node.json.sample
Copy path
File metadata and controls
34 lines (34 loc) · 553 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"network": "testnet",
"port": 3001,
"datadir": "/tmp",
"services": [
"p2p",
"db",
"header",
"block",
"mempool",
"address",
"transaction",
"timestamp",
"fee",
"insight-api",
"web"
],
"servicesConfig": {
"insight-api": {
"routePrefix": "api",
"disableRateLimiter": true,
"enableCache": true
},
"fee": {
"rpc": {
"user": "local",
"pass": "local",
"host": "localhost",
"protocol": "http",
"port": 18332
}
}
}
}
Back
|
FazBrowse Home
|
New Git URL