Initial commit; refactored from server-full2 codebase

This commit is contained in:
Ryan Kelly
2014-02-06 17:29:34 +11:00
commit d0d47fae3b
10 changed files with 363 additions and 0 deletions

17
syncserver.ini Normal file
View File

@@ -0,0 +1,17 @@
[server:main]
use = egg:Paste#http
host = 0.0.0.0
port = 5000
[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