mirror of
https://github.com/mozilla-services/syncstorage-rs.git
synced 2026-01-20 16:01:52 +01:00
* feat: Remove support for BrowserID * mark test only functions as such. I think we can drop MapAndThenTrait for more recent implementations of rust. Closes: SYNC-3684
24 lines
425 B
INI
24 lines
425 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 = "secret0"
|