mirror of
https://github.com/scroll-tech/scroll.git
synced 2026-01-08 21:48:11 -05:00
Co-authored-by: Ho <fan@scroll.io> Co-authored-by: Rohit Narurkar <rohit.narurkar@proton.me> Co-authored-by: Péter Garamvölgyi <peter@scroll.io>
9 lines
194 B
JSON
9 lines
194 B
JSON
{
|
|
"db_config": {
|
|
"driver_name": "postgres",
|
|
"dsn": "postgres://dev:dev@localhost:5432/scroll?sslmode=disable",
|
|
"maxOpenNum": 5,
|
|
"maxIdleNum": 1
|
|
},
|
|
"validium_mode": true
|
|
} |