Skip to content

Commit

Permalink
Update appsettings.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Vipul1432 authored Jul 15, 2024
1 parent 254b75c commit e9a2d00
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": "Host=minimalchat.postgres.database.azure.com;Port=5432;Database=MinimalChatDb;Username=minimalchat;Password=Vipul@123;"
"MinimalChatEntities": "Server=minimalchat.postgres.database.azure.com;Database=postgres;Port=5432;User Id=minimalchat;Password=Vipul@123;Ssl Mode=Require;"
},
"JWT": {
"ValidAudience": "http://localhost:4200",
Expand Down

0 comments on commit e9a2d00

Please sign in to comment.