From 1540c989b58828033b3c93ae8c10676460cb70ae Mon Sep 17 00:00:00 2001 From: "Antoine R. Dumont (@ardumont)" Date: Thu, 28 Jun 2018 12:08:38 +0200 Subject: [PATCH] README: Use the right default configuration sample --- README.md | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index e555a08..819aada 100644 --- a/README.md +++ b/README.md @@ -59,9 +59,12 @@ Configuration file samples cat ~/.config/swh/lister-github.com.yml # see http://docs.sqlalchemy.org/en/latest/core/engines.html#database-urls - db_url: postgres:///lister-github.com - credentials: - - username: foobar - password: quux - cache_response: yes - cache_dir: /home/zack/.cache/swh/lister/github.com/ + lister_db_url: postgres:///lister-github.com + credentials: [] + cache_responses: True + cache_dir: /home/zack/.cache/swh/lister/github.com + + storage: + cls: remote + args: + url: http://localhost:5002/