Set bcoin prefix to cwd and add chain.ldb to gitignore

This commit is contained in:
tenthirtyone 2017-08-09 23:18:13 -04:00
parent 7f87a3a9d7
commit 83a9388e99
2 changed files with 2 additions and 0 deletions

1
.gitignore vendored
View File

@ -1,4 +1,5 @@
## Default gitignore below this line
chain.ldb
# Logs
logs/*.log

View File

@ -4,6 +4,7 @@ const config = {
bcoin: {
network: 'main',
db: 'leveldb',
prefix: '.',
checkpoints: true,
workers: true,
logLevel: 'info',