From ddb830fdfe767efe1dd8e4e27281531938211203 Mon Sep 17 00:00:00 2001 From: drebs Date: Wed, 13 Sep 2017 12:38:26 -0300 Subject: [pkg] standardize location of services tokens file Introduction of local services authentication added a configuration file containing the auth tokens for each service. There were different names for that file, and this commit standardizes all of them to the same value: /etc/soledad/services.tokens --- testing/tests/server/test_config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testing/tests/server/test_config.py') diff --git a/testing/tests/server/test_config.py b/testing/tests/server/test_config.py index 2176832f..dfb09f4c 100644 --- a/testing/tests/server/test_config.py +++ b/testing/tests/server/test_config.py @@ -65,6 +65,6 @@ class ConfigurationParsingTest(unittest.TestCase): '/etc/couchdb/couchdb-soledad-admin.netrc', 'batching': False, 'blobs': False, - 'services_tokens_file': '/srv/leap/soledad/auth.tokens', + 'services_tokens_file': '/etc/soledad/services.tokens', 'blobs_path': '/var/lib/soledad/blobs'} self.assertDictEqual(expected, config['soledad-server']) -- cgit v1.2.3