1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/ffsync_ynh.git synced 2024-09-03 18:26:38 +02:00

Update syncserver.ini

This commit is contained in:
abeudin 2014-12-30 17:32:11 +01:00
parent c62ecd6b62
commit b54afce617

View file

@ -12,7 +12,7 @@ use = egg:syncserver
public_url = https://ynhbaseurl/
# 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.
# It should be long and randomly-generated.
@ -21,11 +21,11 @@ sqluri = sqlite:////opt/yunohost/ffsync/syncserver.db
# head -c 20 /dev/urandom | sha1sum
#
# 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.
# 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
# rather than posing assertions to the mozilla-hosted verifier.