Skip to content
Snippets Groups Projects
Verified Commit 7e03d805 authored by Antoine R. Dumont's avatar Antoine R. Dumont
Browse files

swh.scheduler.updater.backend: Adapt configuration path accordingly

parent 9f41ce3f
No related branches found
No related tags found
No related merge requests found
......@@ -10,7 +10,7 @@ from swh.scheduler.backend import DbBackend, autocommit
class SchedulerUpdaterBackend(SWHConfig, DbBackend):
CONFIG_BASE_FILENAME = 'scheduler-updater'
CONFIG_BASE_FILENAME = 'backend/scheduler-updater'
DEFAULT_CONFIG = {
'scheduling_updater_db': (
'str', 'dbname=softwareheritage-scheduler-updater-dev'),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment