mirror of
https://github.com/scroll-tech/scroll.git
synced 2026-01-14 00:18:03 -05:00
Co-authored-by: xinran chen <lawliet@xinran-m1x.local> Co-authored-by: georgehao <haohongfan@gmail.com> Co-authored-by: HAOYUatHZ <37070449+HAOYUatHZ@users.noreply.github.com>
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
|
|
}
|
|
}
|