Skip to content

Commit

Permalink
Update appsettings.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Vipul1432 committed Jul 15, 2024
1 parent bae7e3e commit 25fda4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MinimalChat.API/appsettings.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
},
"AllowedHosts": "*",
"ConnectionStrings": {
"MinimalChatEntities": "Server=minimalchat.postgres.database.azure.com;Database=MinimalChatDb;Port=5432;User Id=minimalchat;Password=Vipul@123;Ssl Mode=Require;"
"MinimalChatEntities": "Server=minimalchat.postgres.database.azure.com;Database=minimalchatdb;Port=5432;User Id=minimalchat;Password=Vipul@123;Ssl Mode=Require;"
},
"JWT": {
"ValidAudience": "http://localhost:4200",
Expand Down

0 comments on commit 25fda4b

Please sign in to comment.