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
|
## Default gitignore below this line
|
||||||
|
chain.ldb
|
||||||
|
|
||||||
# Logs
|
# Logs
|
||||||
logs/*.log
|
logs/*.log
|
||||||
|
|||||||
@ -4,6 +4,7 @@ const config = {
|
|||||||
bcoin: {
|
bcoin: {
|
||||||
network: 'main',
|
network: 'main',
|
||||||
db: 'leveldb',
|
db: 'leveldb',
|
||||||
|
prefix: '.',
|
||||||
checkpoints: true,
|
checkpoints: true,
|
||||||
workers: true,
|
workers: true,
|
||||||
logLevel: 'info',
|
logLevel: 'info',
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user