|
@@ -0,0 +1,27 @@
|
|
|
|
+{
|
|
|
|
+ "iisSettings": {
|
|
|
|
+ "windowsAuthentication": false,
|
|
|
|
+ "anonymousAuthentication": true,
|
|
|
|
+ "iisExpress": {
|
|
|
|
+ "applicationUrl": "http://localhost:59843/",
|
|
|
|
+ "sslPort": 0
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "profiles": {
|
|
|
|
+ "IIS Express": {
|
|
|
|
+ "commandName": "IISExpress",
|
|
|
|
+ "launchBrowser": true,
|
|
|
|
+ "environmentVariables": {
|
|
|
|
+ "ASPNETCORE_ENVIRONMENT": "Development"
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ "TEAMModelOS.SmartClass": {
|
|
|
|
+ "commandName": "Project",
|
|
|
|
+ "launchBrowser": true,
|
|
|
|
+ "applicationUrl": "https://localhost:6001;http://localhost:6000",
|
|
|
|
+ "environmentVariables": {
|
|
|
|
+ "ASPNETCORE_ENVIRONMENT": "Development"
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+}
|