2014-02-06 17:29:34 +11:00
|
|
|
[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
|
2014-04-16 12:54:40 -05:00
|
|
|
|
|
|
|
|
# Enable metlog during tests, but do not log normal traffic to stdout.
|
|
|
|
|
[metlog]
|
|
|
|
|
backend = "mozsvc.metrics.MetlogPlugin"
|
|
|
|
|
sender_class = "metlog.senders.DebugCaptureSender"
|
|
|
|
|
enabled = True
|