Add all fields to dev.yaml

Signed-off-by: Sacha Al Himdani <sacha@getprobo.com>
This commit is contained in:
Sacha Al Himdani
2025-09-03 15:51:48 +02:00
parent 018580c1db
commit 055c860a24
2 changed files with 58 additions and 4 deletions

View File

@@ -82,8 +82,8 @@ func New() *Implm {
},
Pg: pgConfig{
Addr: "localhost:5432",
Username: "probod",
Password: "probod",
Username: "postgres",
Password: "postgres",
Database: "probod",
PoolSize: 100,
},