mirror of
https://github.com/scroll-tech/scroll.git
synced 2026-04-23 03:00:50 -04:00
Co-authored-by: maskpp <maskpp266@gmail.com> Co-authored-by: HAOYUatHZ <37070449+HAOYUatHZ@users.noreply.github.com> Co-authored-by: Péter Garamvölgyi <peter@scroll.io> Co-authored-by: colinlyguo <651734127@qq.com>
23 lines
559 B
JSON
23 lines
559 B
JSON
{
|
|
"roller_manager_config": {
|
|
"compression_level": 9,
|
|
"rollers_per_session": 1,
|
|
"collection_time": 180,
|
|
"token_time_to_live": 60,
|
|
"verifier": {
|
|
"mock_mode": true,
|
|
"params_path": "",
|
|
"agg_vk_path": ""
|
|
},
|
|
"max_verifier_workers": 10
|
|
},
|
|
"db_config": {
|
|
"driver_name": "postgres",
|
|
"dsn": "postgres://admin:123456@localhost/test?sslmode=disable",
|
|
"maxOpenNum": 200,
|
|
"maxIdleNum": 20
|
|
},
|
|
"l2_config": {
|
|
"endpoint": "/var/lib/jenkins/workspace/SequencerPipeline/MyPrivateNetwork/geth.ipc"
|
|
}
|
|
} |