This website requires JavaScript.
Explore
Help
Sign In
psf
/
ipfs-bch-wallet-service
Watch
1
Star
0
Fork
0
mirror of
https://github.com/Permissionless-Software-Foundation/ipfs-bch-wallet-service.git
synced
2026-09-21 16:52:03 -07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
master
ipfs-bch-wallet-service
/
util
/
wipe-db.md
T
Add File
New File
Upload File
Apply Patch
Copy Permalink
Download directory as ZIP
Download directory as TAR.GZ
7 lines
88 B
Markdown
Raw
Permalink
Normal View
History
Unescape
Escape
Forked from ipfs-service-provider
2021-07-13 12:34:51 -07:00
Here's how to wipe the db:
1.
mongo
2.
use koa-server-dev
3.
db.dropDatabase()
4.
exit
Reference in New Issue
Copy Permalink