Revision 3e2fe2313f736bd1bae054696ed4a6cde3edbb8d authored by Antoine R. Dumont on 29 September 2015, 14:54:34 UTC, committed by Antoine R. Dumont on 30 September 2015, 08:43:30 UTC
The triplet of None should be sandboxed to db.py
1 parent 91debb1
Raw File
README.dev
# A test server should be running for tests

Sample configuration (e.g. ~/.config/swh/storage.ini):

    [main]
    db=dbname=softwareheritage-dev
    storage_base=/tmp/swh/storage/

Note: `storage_base` entry referenced should exist.

# Start

python3 -m swh.storage.api ~/.config/swh/storage.ini
back to top