Fix node_modules install + optimize go install by mounting go mod folder into VM
Signed-off-by: Émile Ré <emile@getprobo.com>
This commit is contained in:
@@ -91,8 +91,8 @@ func New() *Implm {
|
||||
},
|
||||
Pg: PgConfig{
|
||||
Addr: "localhost:5432",
|
||||
Username: "postgres",
|
||||
Password: "postgres",
|
||||
Username: "probod",
|
||||
Password: "probod",
|
||||
Database: "probod",
|
||||
PoolSize: 100,
|
||||
MinPoolSize: 10,
|
||||
|
||||
Reference in New Issue
Block a user