Merge pull request #34 from Fmstrat/master

Use of local browser verification
This commit is contained in:
Ryan Kelly
2014-07-30 17:17:26 +10:00

View File

@@ -26,3 +26,11 @@ public_url = http://localhost:5000/
# Set this to "false" to disable new-user signups on the server. # Set this to "false" to disable new-user signups on the server.
# Only request by existing accounts will be honoured. # Only request by existing accounts will be honoured.
# allow_new_users = false # 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