mirror of
https://github.com/scroll-tech/scroll.git
synced 2026-01-08 21:48:11 -05:00
9 lines
195 B
JSON
9 lines
195 B
JSON
{
|
|
"db_config": {
|
|
"driver_name": "postgres",
|
|
"dsn": "postgres://dev:dev@localhost:5432/scroll?sslmode=disable",
|
|
"maxOpenNum": 5,
|
|
"maxIdleNum": 1
|
|
},
|
|
"validium_mode": false
|
|
} |