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