add config files, ignore dbs

This commit is contained in:
Manuel Araoz 2015-04-27 12:55:51 -03:00
parent d02cced4bd
commit 7ef9fee1ff
3 changed files with 19 additions and 9 deletions

12
.gitignore vendored
View File

@ -29,16 +29,10 @@ npm-debug.log
.nodemonignore
.DS_Store
db/txs/*
db/txs
db/testnet/txs/*
db/testnet/txs
db/blocks/*
db/blocks
db/testnet/blocks/*
db/testnet/blocks
db/*
db/
db-test/
testnet-db/
db.bkp/
README.html
public

8
api/config/livenet.yml Normal file
View 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
View File

@ -0,0 +1,8 @@
BitcoreHTTP:
port: 8080
logging: true
BitcoreNode:
NetworkMonitor:
network: livenet
host: localhost
port: 8333