Make prod default behavior

This commit is contained in:
bransoned
2026-01-10 21:16:07 -05:00
parent 74d02db58a
commit 45363ebe3b

View File

@@ -8,7 +8,7 @@
"launchUrl": "swagger",
"applicationUrl": "http://localhost:5274",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
"ASPNETCORE_ENVIRONMENT": "Production"
}
},
"https": {
@@ -18,7 +18,7 @@
"launchUrl": "swagger",
"applicationUrl": "https://localhost:7248;http://localhost:5274",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
"ASPNETCORE_ENVIRONMENT": "Production"
}
}
}