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 16, 2024
1 parent b3eb60a commit e7831ed
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=localhost;Port=5432;Database=MinimalChatDb;Username=postgres;Password=root;"
"MinimalChatEntities": ""
},
"JWT": {
"ValidAudience": "http://localhost:4200",
Expand Down

0 comments on commit e7831ed

Please sign in to comment.