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

20 lines
433 B
INI
Raw Normal View History

2014-11-15 17:24:32 +01:00
[server:main]
2015-12-28 12:08:56 +01:00
use = egg:gunicorn
2014-11-15 17:24:32 +01:00
host = 0.0.0.0
port = 5000
2015-12-28 12:08:56 +01:00
workers = 1
timeout = 30
2014-11-15 17:24:32 +01:00
[app:main]
use = egg:SyncServer
[syncserver]
# This must be edited to point to the public URL of your server.
public_url = http://localhost:5000/
# This defines the database in which to store all server data.
#sqluri = sqlite:////tmp/syncserver.db
# This is a secret key used for signing authentication tokens.
#secret = INSERT_SECRET_KEY_HERE