mirror of
https://github.com/scroll-tech/scroll.git
synced 2026-04-23 03:00:50 -04:00
21 lines
532 B
JSON
21 lines
532 B
JSON
{
|
|
"roller_manager_config": {
|
|
"rollers_per_session": 1,
|
|
"verifier_endpoint": "/tmp/verifier.sock",
|
|
"collection_time": 180,
|
|
"token_time_to_live": 60,
|
|
"verifier": {
|
|
"mock_mode": true,
|
|
"long_mock_mode": false,
|
|
"params_path": "",
|
|
"agg_vk_path": ""
|
|
}
|
|
},
|
|
"db_config": {
|
|
"driver_name": "postgres",
|
|
"dsn": "postgres://admin:123456@localhost/test?sslmode=disable"
|
|
},
|
|
"l2_config": {
|
|
"endpoint": "/var/lib/jenkins/workspace/SequencerPipeline/MyPrivateNetwork/geth.ipc"
|
|
}
|
|
} |