Page Menu
Home
Software Heritage
Search
Configure Global Search
Log In
Files
F7343122
D174.id543.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
725 B
Subscribers
None
D174.id543.diff
View Options
diff --git a/README b/README
--- a/README
+++ b/README
@@ -60,7 +60,7 @@
# arguments passed to the storage class
# for remote_storage: URI of the storage server
-storage_args = http://localhost:5000/
+storage_args = http://localhost:5002/
# for local_storage: database connection string and root of the
# storage, comma separated
diff --git a/swh/loader/git/base.py b/swh/loader/git/base.py
--- a/swh/loader/git/base.py
+++ b/swh/loader/git/base.py
@@ -96,7 +96,7 @@
'storage': ('dict', {
'cls': 'remote',
'args': {
- 'url': 'http://localhost:5000/'
+ 'url': 'http://localhost:5002/'
},
}),
'send_contents': ('bool', True),
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mar 17 2025, 7:32 PM (7 w, 3 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3219472
Attached To
D174: config: use default allocated ports
Event Timeline
Log In to Comment