mirror of
https://github.com/scroll-tech/scroll.git
synced 2026-01-14 16:37:56 -05:00
13 lines
244 B
JSON
13 lines
244 B
JSON
{
|
|
"db_config": {
|
|
"driver_name": "postgres",
|
|
"dsn": "postgres://localhost/scroll?sslmode=disable",
|
|
"maxOpenNum": 200,
|
|
"maxIdleNum": 20
|
|
},
|
|
"auth": {
|
|
"secret": "prover secret key",
|
|
"token_expire_duration": 3600
|
|
}
|
|
}
|