Change distributed config format to make it easier for the setup tool
This commit is contained in:
parent
979f78f677
commit
bcbea37fce
2 changed files with 5 additions and 7 deletions
|
@ -150,8 +150,8 @@ class DefaultConfig(object):
|
|||
FEATURE_GITHUB_BUILD = False
|
||||
|
||||
DISTRIBUTED_STORAGE_CONFIG = {
|
||||
'local_eu': ['LocalStorage', 'test/data/registry/eu'],
|
||||
'local_us': ['LocalStorage', 'test/data/registry/us'],
|
||||
'local_eu': ['LocalStorage', {'storage_path': 'test/data/registry/eu'}],
|
||||
'local_us': ['LocalStorage', {'storage_path': 'test/data/registry/us'}],
|
||||
}
|
||||
|
||||
DISTRIBUTED_STORAGE_PREFERENCE = ['local_us']
|
||||
|
|
Reference in a new issue