[server:main] use = egg:Paste#http host = 0.0.0.0 port = 5000 [app:main] use = egg:SyncStorage [storage] backend = syncstorage.storage.sql.SQLStorage sqluri = ${MOZSVC_SQLURI} standard_collections = true quota_size = 5242880 pool_size = 100 pool_recycle = 3600 reset_on_return = true create_tables = true max_post_records = 4000 [hawkauth] secret = "TED KOPPEL IS A ROBOT"