Files
scroll/database/config.json
2023-02-28 15:15:15 +08:00

6 lines
147 B
JSON

{
"dsn": "postgres://postgres:123456@localhost:5444/test?sslmode=disable",
"driver_name": "postgres",
"maxOpenNum": 200,
"maxIdleNum": 20
}