Skip to content
Snippets Groups Projects

config: use default allocated ports

Compare and
2 files
+ 2
2
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 1
1
@@ -96,7 +96,7 @@ class BaseLoader(config.SWHConfig):
'storage': ('dict', {
'cls': 'remote',
'args': {
'url': 'http://localhost:5000/'
'url': 'http://localhost:5002/'
},
}),
'send_contents': ('bool', True),
Loading