From b7f0f22173dd31fbfb41ea4b3e44d8604591baeb Mon Sep 17 00:00:00 2001 From: Ryan Kelly Date: Wed, 30 Jul 2014 17:18:32 +1000 Subject: [PATCH] Some stylistic fixes in config file comment. --- syncserver.ini | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/syncserver.ini b/syncserver.ini index e68eda8..63cb2d5 100644 --- a/syncserver.ini +++ b/syncserver.ini @@ -27,10 +27,9 @@ public_url = http://localhost:5000/ # Only request by existing accounts will be honoured. # allow_new_users = false -# Uncomment and edit the following to use a local browser verifier when -# running a self hosted Firefox Account and Sync server to use local -# browser verification. Audiences should be set to your public_url -# without a trailing slash. +# Uncomment and edit the following to use a local BrowserID verifier +# rather than posing assertions to the mozilla-hosted verifier. +# Audiences should be set to your public_url without a trailing slash. #[browserid] #backend = tokenserver.verifiers.LocalVerifier #audiences = https://localhost:5000