Donovan Preston d6e6c2c0a1
Py3 integration tests (#917)
* feat: Port integration tests to py3, and run them in the same docker container as the rust server.

Fix #911
2020-12-01 21:20:59 -05:00

27 lines
497 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
batch_upload_enabled = true
force_consistent_sort_order = true
[hawkauth]
secret = "TED KOPPEL IS A ROBOT"
[endpoints]
syncstorage-rs = http://localhost:8000/1.5/1