Skip to content

Commit

Permalink
Fix development hostName
Browse files Browse the repository at this point in the history
  • Loading branch information
vlad-chigrinov committed Jun 17, 2024
1 parent d38739f commit 439a18c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PasadenaPromo.Server/appsettings.Development.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@
"ConnectionStrings": {
"DefaultConnection": "Server=sskefsit.w12.hosterby.com; Database=sskefsit_pasadena; Connect Timeout=30;Encrypt=True;TrustServerCertificate=True;ApplicationIntent=ReadWrite;MultiSubnetFailover=False;"
},
"HostName": "https://localhost:7004/"
"HostName": "https://localhost:7004"
}

0 comments on commit 439a18c

Please sign in to comment.