Update kit with new pg config
Signed-off-by: Bryan Frimin <bryan@getprobo.com>
This commit is contained in:
@@ -152,11 +152,14 @@ func New() *Implm {
|
||||
Addr: "localhost:8080",
|
||||
},
|
||||
Pg: PgConfig{
|
||||
Addr: "localhost:5432",
|
||||
Username: "postgres",
|
||||
Password: "postgres",
|
||||
Database: "probod",
|
||||
PoolSize: 100,
|
||||
Addr: "localhost:5432",
|
||||
Username: "postgres",
|
||||
Password: "postgres",
|
||||
Database: "probod",
|
||||
PoolSize: 100,
|
||||
MinPoolSize: 10,
|
||||
MaxConnIdleTimeSeconds: 1800,
|
||||
MaxConnLifetimeSeconds: 3600,
|
||||
},
|
||||
ChromeDPAddr: "localhost:9222",
|
||||
Auth: AuthConfig{
|
||||
|
||||
Reference in New Issue
Block a user