mirror of
https://github.com/scroll-tech/scroll.git
synced 2026-04-23 03:00:50 -04:00
11 lines
261 B
JSON
11 lines
261 B
JSON
{
|
|
"roller_manager_config": {
|
|
"rollers_per_session": 1,
|
|
"verifier_endpoint": "/tmp/verifier.sock",
|
|
"collection_time": 180
|
|
},
|
|
"db_config": {
|
|
"driver_name": "postgres",
|
|
"dsn": "postgres://admin:123456@localhost/test?sslmode=disable"
|
|
}
|
|
} |