diff --git a/conf/loader.yml b/conf/loader.yml index 6d8f61d..9bd0fe0 100644 --- a/conf/loader.yml +++ b/conf/loader.yml @@ -1,32 +1,34 @@ storage: cls: remote args: url: http://swh-storage:5002/ celery: task_broker: amqp://guest:guest@amqp// task_modules: - swh.loader.debian.tasks - swh.loader.dir.tasks - swh.loader.git.tasks - swh.loader.mercurial.tasks - swh.loader.npm.tasks - swh.loader.pypi.tasks - swh.loader.svn.tasks - swh.loader.tar.tasks task_queues: - swh.loader.debian.tasks.LoadDebianPackage - swh.loader.dir.tasks.LoadDirRepository - swh.loader.git.tasks.LoadDiskGitRepository - swh.loader.git.tasks.UncompressAndLoadDiskGitRepository - swh.loader.git.tasks.UpdateGitRepository - swh.loader.mercurial.tasks.LoadArchiveMercurial - swh.loader.mercurial.tasks.LoadMercurial - swh.loader.npm.tasks.LoadNpm - swh.loader.pypi.tasks.LoadPyPI - swh.loader.svn.tasks.DumpMountAndLoadSvnRepository - swh.loader.svn.tasks.LoadSvnRepository - swh.loader.svn.tasks.MountAndLoadSvnRepository - swh.loader.tar.tasks.LoadTarRepository lister_db_url: postgresql://postgres@swh-listers-db/swh-listers + +url: 'http://swh-deposit:5006'