Skip to content

Commit 5edf300

Browse files
committed
Change production back to development.
1 parent 030bacb commit 5edf300

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aspnet-core/src/AbpCompanyName.AbpProjectName.Web.Mvc/Properties/launchSettings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"commandName": "IISExpress",
1313
"launchBrowser": true,
1414
"environmentVariables": {
15-
"ASPNETCORE_ENVIRONMENT": "Production"
15+
"ASPNETCORE_ENVIRONMENT": "Development"
1616
}
1717
},
1818
"AbpCompanyName.AbpProjectName.Web": {

0 commit comments

Comments
 (0)