mirror of
https://github.com/scroll-tech/scroll.git
synced 2026-01-14 16:37:56 -05:00
Co-authored-by: georgehao <haohongfan@gmail.com> Co-authored-by: colin <102356659+colinlyguo@users.noreply.github.com> Co-authored-by: Péter Garamvölgyi <peter@scroll.io>
31 lines
674 B
JSON
31 lines
674 B
JSON
{
|
|
"prover_manager": {
|
|
"provers_per_session": 1,
|
|
"session_attempts": 5,
|
|
"batch_collection_time_sec": 180,
|
|
"chunk_collection_time_sec": 180,
|
|
"verifier": {
|
|
"fork_name": "bernoulli",
|
|
"mock_mode": true,
|
|
"params_path": "",
|
|
"assets_path": ""
|
|
},
|
|
"max_verifier_workers": 4,
|
|
"min_prover_version": "v1.0.0"
|
|
},
|
|
"db": {
|
|
"driver_name": "postgres",
|
|
"dsn": "postgres://localhost/scroll?sslmode=disable",
|
|
"maxOpenNum": 200,
|
|
"maxIdleNum": 20
|
|
},
|
|
"l2": {
|
|
"chain_id": 111
|
|
},
|
|
"auth": {
|
|
"secret": "prover secret key",
|
|
"challenge_expire_duration_sec": 10,
|
|
"login_expire_duration_sec": 3600
|
|
}
|
|
}
|