Change distributed config format to make it easier for the setup tool

This commit is contained in:
Joseph Schorr 2014-08-07 13:45:15 -04:00
parent 979f78f677
commit bcbea37fce
2 changed files with 5 additions and 7 deletions

View file

@ -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']