mirror of
https://github.com/scroll-tech/scroll.git
synced 2026-01-20 03:18:05 -05:00
Co-authored-by: HAOYUatHZ <37070449+HAOYUatHZ@users.noreply.github.com> Co-authored-by: colin <102356659+colinlyguo@users.noreply.github.com> Co-authored-by: colinlyguo <colinlyguo@gmail.com>
12 lines
238 B
JSON
12 lines
238 B
JSON
{
|
|
"persistence": {
|
|
"driver_name": "postgres",
|
|
"dsn": "postgres://admin:123456@localhost/test?sslmode=disable"
|
|
},
|
|
"redis": {
|
|
"url": "redis://default:@localhost:6379/0",
|
|
"expirations": {
|
|
"trace": 3600
|
|
}
|
|
}
|
|
} |