mirror of
https://github.com/mozilla-services/syncstorage-rs.git
synced 2026-01-21 00:12:14 +01:00
* feat: Port integration tests to py3, and run them in the same docker container as the rust server. Fix #911
22 lines
376 B
INI
22 lines
376 B
INI
[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"
|