Files: 8231016cf1abf0fb60c43b11d9ef9dbe69d6e5c0 / tmpl / docs / config / creating-test-databases.md
345 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 ssb-server start
This will spawn the server with the ~/.test
data-directory.
Built with git-ssb-web