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 --- src/leap/soledad/server/_config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/leap/soledad') diff --git a/src/leap/soledad/server/_config.py b/src/leap/soledad/server/_config.py index 7cae1e49..c23f1eae 100644 --- a/src/leap/soledad/server/_config.py +++ b/src/leap/soledad/server/_config.py @@ -32,7 +32,7 @@ CONFIG_DEFAULTS = { 'batching': True, 'blobs': False, 'blobs_path': '/var/lib/soledad/blobs', - 'services_tokens_file': '/etc/soledad/incoming.tokens', + 'services_tokens_file': '/etc/soledad/services.tokens', }, 'database-security': { 'members': ['soledad'], -- cgit v1.2.3