add config files, ignore dbs
This commit is contained in:
parent
d02cced4bd
commit
7ef9fee1ff
12
.gitignore
vendored
12
.gitignore
vendored
@ -29,16 +29,10 @@ npm-debug.log
|
|||||||
.nodemonignore
|
.nodemonignore
|
||||||
|
|
||||||
.DS_Store
|
.DS_Store
|
||||||
db/txs/*
|
db/
|
||||||
db/txs
|
|
||||||
db/testnet/txs/*
|
|
||||||
db/testnet/txs
|
|
||||||
db/blocks/*
|
|
||||||
db/blocks
|
|
||||||
db/testnet/blocks/*
|
|
||||||
db/testnet/blocks
|
|
||||||
db/*
|
|
||||||
db-test/
|
db-test/
|
||||||
|
testnet-db/
|
||||||
|
db.bkp/
|
||||||
|
|
||||||
README.html
|
README.html
|
||||||
public
|
public
|
||||||
|
|||||||
8
api/config/livenet.yml
Normal file
8
api/config/livenet.yml
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
BitcoreHTTP:
|
||||||
|
port: 8080
|
||||||
|
logging: true
|
||||||
|
BitcoreNode:
|
||||||
|
NetworkMonitor:
|
||||||
|
network: livenet
|
||||||
|
host: localhost
|
||||||
|
port: 8333
|
||||||
8
api/config/testnet.yml
Normal file
8
api/config/testnet.yml
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
BitcoreHTTP:
|
||||||
|
port: 8080
|
||||||
|
logging: true
|
||||||
|
BitcoreNode:
|
||||||
|
NetworkMonitor:
|
||||||
|
network: livenet
|
||||||
|
host: localhost
|
||||||
|
port: 8333
|
||||||
Loading…
Reference in New Issue
Block a user