diff options
author | Siddharth Ravikumar <sravik@bgsu.edu> | 2015-01-21 07:08:18 -0500 |
---|---|---|
committer | Siddharth Ravikumar <sravik@bgsu.edu> | 2015-01-21 07:08:18 -0500 |
commit | 6b56bb9eeb303cd7121d8c8fc8b7e791b0cffa63 (patch) | |
tree | 0f854568e807e38c03bb9828324bf02858c4bceb /tests/test-config | |
parent | 4321e9dcadf929b81b6528b7cb3174c80772b5aa (diff) |
now the config file also makes note of the 'silo' directory.
silo directory is the location where the silo (silo.db) containing
information about files in the combox directory is stored.
modified: combox/config.py
modified: tests/config_test.py
modified: tests/test-config/config.yaml
Diffstat (limited to 'tests/test-config')
-rw-r--r-- | tests/test-config/config.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test-config/config.yaml b/tests/test-config/config.yaml index 765b06b..6c503b3 100644 --- a/tests/test-config/config.yaml +++ b/tests/test-config/config.yaml @@ -8,4 +8,5 @@ nodes_info: available: '1024' path: /home/rsd/bgc/combox/tests/shard-dir-1 size: '1024' +silo_dir: /home/rsd/bgc/combox/tests/test-config topsecret: topsecret |