README.md: Simplify the readme to use the default configuration

Related T1138
This commit is contained in:
Antoine R. Dumont (@ardumont) 2018-07-18 12:22:47 +02:00
parent 91f05745ac
commit f7eb3e529e
No known key found for this signature in database
GPG key ID: 52E2E9840D10C3B8

View file

@ -55,16 +55,16 @@ Local deployment
### Configuration file sample
Minimalistic configuration:
$ cat ~/.config/swh/lister-github.com.yml
# see http://docs.sqlalchemy.org/en/latest/core/engines.html#database-urls
lister_db_url: postgres:///lister-github
credentials: []
cache_responses: True
cache_dir: /home/zack/.cache/swh/lister/github.com
storage:
cls: remote
args:
url: http://localhost:5002/
Note: This expects storage (5002) and scheduler (5008) services to run locally
### Run
@ -101,10 +101,8 @@ Local deployment
credentials: []
cache_responses: True
cache_dir: /home/zack/.cache/swh/lister/gitlab
storage:
cls: remote
args:
url: http://localhost:5002/
Note: This expects storage (5002) and scheduler (5008) services to run locally
### Run