git ssb

2+

cel / scuttlebot.io



Tree: 150fe573b41d5a80595a22b22fb8872a5d1825b9

Files: 150fe573b41d5a80595a22b22fb8872a5d1825b9 / tmpl / docs / config / creating-test-databases.md

340 bytesRaw

Creating test databases

Scuttlebot keeps all data and configuration in the ~/.ssb directory.

To create databases for testing, you can specify a different data-directory using the ssb_appname environment variable. For instance:

ssb_appname=test sbot server

This will spawn the server with the ~/.test data-directory.

Built with git-ssb-web