mirror of
https://github.com/scroll-tech/scroll.git
synced 2026-01-14 08:28:02 -05:00
28 lines
576 B
JSON
28 lines
576 B
JSON
{
|
|
"prover_manager": {
|
|
"provers_per_session": 1,
|
|
"session_attempts": 2,
|
|
"collection_time_sec": 180,
|
|
"verifier": {
|
|
"mock_mode": true,
|
|
"params_path": "",
|
|
"assets_path": ""
|
|
},
|
|
"max_verifier_workers": 10
|
|
},
|
|
"db": {
|
|
"driver_name": "postgres",
|
|
"dsn": "postgres://admin:123456@localhost/test?sslmode=disable",
|
|
"maxOpenNum": 200,
|
|
"maxIdleNum": 20
|
|
},
|
|
"l2": {
|
|
"chain_id": 111
|
|
},
|
|
"auth": {
|
|
"secret": "prover secret key",
|
|
"challenge_expire_duration_sec": 3600,
|
|
"login_expire_duration_sec": 3600
|
|
}
|
|
}
|