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

deposit/conf: Add back the storage key config

The (django) migration steps are happening during the docker `up` phase.
Deposit wise, one migration script (`deposit.0018_migrate_swhids`) is requiring
a storage. As this key got removed, this makes that migration step fail.

This commit adds back that storage key.
parent 0bb18872
No related branches found
No related tags found
No related merge requests found
......@@ -3,6 +3,11 @@ scheduler:
args:
url: http://swh-scheduler:5008
storage:
cls: remote
args:
url: http://swh-storage:5002/
storage_metadata:
cls: remote
args:
......
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