Files
scroll/coordinator/config.json
2022-10-19 21:01:35 +08:00

12 lines
286 B
JSON

{
"roller_manager_config": {
"endpoint": ":9000",
"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"
}
}