diff --git a/config/development.ts b/config/development.ts index f8d78501..f9c094cb 100644 --- a/config/development.ts +++ b/config/development.ts @@ -15,7 +15,7 @@ export const developmentConfig: GramConfiguration = { }, postgres: { - host: new ExposedSecret("localhost"), + host: new ExposedSecret("127.0.0.1"), user: new ExposedSecret("gram"), password: new ExposedSecret("somethingsecret"), database: new ExposedSecret("gram"),