mirror of
https://github.com/Permissionless-Software-Foundation/bch-dex.git
synced 2026-09-21 16:52:00 -07:00
7 lines
88 B
Markdown
7 lines
88 B
Markdown
|
|
Here's how to wipe the db:
|
|
1. mongo
|
|
2. use koa-server-dev
|
|
3. db.dropDatabase()
|
|
4. exit
|