Skip to content

Commit

Permalink
edit lunch
Browse files Browse the repository at this point in the history
  • Loading branch information
Mo7ammedd committed Sep 27, 2024
1 parent f780ef4 commit 688a4b8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions BookStore.Web/Properties/launchSettings.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"launchBrowser": true,
"applicationUrl": "http://localhost:5064",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
"ASPNETCORE_ENVIRONMENT": "Production"
}
},
"https": {
Expand All @@ -23,15 +23,15 @@
"launchBrowser": true,
"applicationUrl": "https://localhost:7169;http://localhost:5064",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
"ASPNETCORE_ENVIRONMENT": "Production"
}
},
"IIS Express": {
"commandName": "IISExpress",
"launchBrowser": true,
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
"ASPNETCORE_ENVIRONMENT": "Production"
}
}
}
}
}

0 comments on commit 688a4b8

Please sign in to comment.