chore(debug): fix windows/linux case-sensitive issues with the database name

This commit is contained in:
2025-08-13 13:30:30 -04:00
parent 41da496870
commit 3a84defec5

View File

@@ -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",