Update syncserver.ini

pull/3/head
abeudin 10 years ago
parent c62ecd6b62
commit b54afce617

@ -12,7 +12,7 @@ use = egg:syncserver
public_url = https://ynhbaseurl/ public_url = https://ynhbaseurl/
# This defines the database in which to store all server data. # This defines the database in which to store all server data.
sqluri = sqlite:////opt/yunohost/ffsync/syncserver.db sqluri = pymysql://yunouser:yunopass@localhost/yunobase
# This is a secret key used for signing authentication tokens. # This is a secret key used for signing authentication tokens.
# It should be long and randomly-generated. # It should be long and randomly-generated.
@ -21,11 +21,11 @@ sqluri = sqlite:////opt/yunohost/ffsync/syncserver.db
# head -c 20 /dev/urandom | sha1sum # head -c 20 /dev/urandom | sha1sum
# #
# If not specified then the server will generate a temporary one at startup. # If not specified then the server will generate a temporary one at startup.
#secret = INSERT_SECRET_KEY_HERE secret = changesecret
# 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 = true
# Uncomment and edit the following to use a local BrowserID verifier # Uncomment and edit the following to use a local BrowserID verifier
# rather than posing assertions to the mozilla-hosted verifier. # rather than posing assertions to the mozilla-hosted verifier.

Loading…
Cancel
Save