lister_base: use the softwareheritage-scheduler-dev db by default
This commit is contained in:
parent
7476f5d533
commit
52b5c140c1
1 changed files with 1 additions and 1 deletions
|
@ -194,7 +194,7 @@ class SWHListerBase(abc.ABC, config.SWHConfig):
|
|||
'url': 'http://localhost:5002/'
|
||||
},
|
||||
}),
|
||||
'scheduling_db': ('str', 'dbname=softwareheritage-scheduler'),
|
||||
'scheduling_db': ('str', 'dbname=softwareheritage-scheduler-dev'),
|
||||
}
|
||||
|
||||
@property
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue