mirror of
https://github.com/scroll-tech/scroll.git
synced 2026-01-21 03:47:59 -05:00
Co-authored-by: HAOYUatHZ <37070449+HAOYUatHZ@users.noreply.github.com> Co-authored-by: colin <102356659+colinlyguo@users.noreply.github.com> Co-authored-by: colinlyguo <colinlyguo@gmail.com>
25 lines
546 B
JSON
25 lines
546 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,
|
|
"params_path": "",
|
|
"agg_vk_path": ""
|
|
}
|
|
},
|
|
"db_config": {
|
|
"persistence": {
|
|
"driver_name": "postgres",
|
|
"dsn": "postgres://admin:123456@localhost/test?sslmode=disable"
|
|
},
|
|
"redis": {
|
|
"url": "redis://default:@localhost:6379/0",
|
|
"expirations": {
|
|
"trace": 3600
|
|
}
|
|
}
|
|
}
|
|
} |