From 511faa670929512d6f2370ec8b757c32136c0423 Mon Sep 17 00:00:00 2001 From: Jonathan Bourdon Date: Wed, 13 Aug 2025 13:30:30 -0400 Subject: [PATCH] chore(debug): fix windows/linux case-sensitive issues with the database name --- backend/appsettings.Development.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/appsettings.Development.json b/backend/appsettings.Development.json index d44cffb..e724bc5 100644 --- a/backend/appsettings.Development.json +++ b/backend/appsettings.Development.json @@ -1,6 +1,6 @@ { "ConnectionStrings": { - "PostgresConnection": "Server=localhost,5432;Database=Hutopy;Uid=sa;Pwd=P@ssword123!;" + "PostgresConnection": "Server=localhost,5432;Database=hutopy;Uid=sa;Pwd=P@ssword123!;" }, "Stripe": { "SecretKey": "sk_test_51OoveVDrRyqXtNdBaOs1DFFja0XhrQtJoAo83uSySMuqw4Wyt9NsuugrIHRqet9a50cr5GvolpTP8EZuTSttcgYx00gOUPNDoI",