From 44b682ff4ba65c0d216df5c73b561883314b0844 Mon Sep 17 00:00:00 2001 From: Fmstrat Date: Thu, 24 Jul 2014 14:47:33 -0400 Subject: [PATCH] Use of local browser verification Added additional pre-commented options to syncserver.ini to aid in the setup of a fresh sync-server when using a self-hosted accounts server. --- syncserver.ini | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/syncserver.ini b/syncserver.ini index de9c7da..e68eda8 100644 --- a/syncserver.ini +++ b/syncserver.ini @@ -26,3 +26,11 @@ public_url = http://localhost:5000/ # Set this to "false" to disable new-user signups on the server. # 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. +#[browserid] +#backend = tokenserver.verifiers.LocalVerifier +#audiences = https://localhost:5000