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.
pull/34/head
Fmstrat 10 years ago
parent 20462f23b4
commit 44b682ff4b

@ -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

Loading…
Cancel
Save