Set bcoin prefix to cwd and add chain.ldb to gitignore
This commit is contained in:
parent
7f87a3a9d7
commit
83a9388e99
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,4 +1,5 @@
|
||||
## Default gitignore below this line
|
||||
chain.ldb
|
||||
|
||||
# Logs
|
||||
logs/*.log
|
||||
|
||||
@ -4,6 +4,7 @@ const config = {
|
||||
bcoin: {
|
||||
network: 'main',
|
||||
db: 'leveldb',
|
||||
prefix: '.',
|
||||
checkpoints: true,
|
||||
workers: true,
|
||||
logLevel: 'info',
|
||||
|
||||
Loading…
Reference in New Issue
Block a user