mirror of
https://github.com/scroll-tech/scroll.git
synced 2026-01-14 16:37:56 -05:00
Co-authored-by: HAOYUatHZ <37070449+HAOYUatHZ@users.noreply.github.com> Co-authored-by: xinran chen <lawliet@xinran-m1x.local> Co-authored-by: HAOYUatHZ <haoyu@protonmail.com>
26 lines
546 B
JSON
26 lines
546 B
JSON
{
|
|
"prover_manager_config": {
|
|
"compression_level": 9,
|
|
"provers_per_session": 1,
|
|
"session_attempts": 2,
|
|
"collection_time": 180,
|
|
"token_time_to_live": 60,
|
|
"verifier": {
|
|
"mock_mode": true,
|
|
"params_path": "",
|
|
"assets_path": ""
|
|
},
|
|
"max_verifier_workers": 10,
|
|
"order_session": "ASC"
|
|
},
|
|
"db_config": {
|
|
"driver_name": "postgres",
|
|
"dsn": "postgres://admin:123456@localhost/test?sslmode=disable",
|
|
"maxOpenNum": 200,
|
|
"maxIdleNum": 20
|
|
},
|
|
"l2_config": {
|
|
"chain_id": 111
|
|
}
|
|
}
|