Skip to content

Commit

Permalink
add path to sqlite db
Browse files Browse the repository at this point in the history
  • Loading branch information
dmytroshch committed Aug 22, 2023
1 parent 49d696f commit 3c81e70
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/start-ds-bitfinex.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ const dbBitfinex = new HFDB({
const dsBitfinex = new DataServer({
port: 23521,
db: dbBitfinex,
sqlitePath: `${os.homedir()}/.bitfinexhoney`,
})

dsBitfinex.open()

0 comments on commit 3c81e70

Please sign in to comment.