parent
d432ccac13
commit
763503ab8d
@ -1,38 +1,36 @@
|
|||||||
{
|
{
|
||||||
"profiles": {
|
"$schema": "https://json.schemastore.org/launchsettings.json",
|
||||||
"Minecraft.Crafting.Api": {
|
"iisSettings": {
|
||||||
"commandName": "Project",
|
"windowsAuthentication": false,
|
||||||
"launchBrowser": true,
|
"anonymousAuthentication": true,
|
||||||
"launchUrl": "swagger",
|
"iisExpress": {
|
||||||
"environmentVariables": {
|
"applicationUrl": "http://localhost:51530",
|
||||||
"ASPNETCORE_ENVIRONMENT": "Development"
|
"sslPort": 44598
|
||||||
},
|
}
|
||||||
"dotnetRunMessages": true,
|
},
|
||||||
"applicationUrl": "https://localhost:7234;http://localhost:5234"
|
"profiles": {
|
||||||
},
|
"Minecraft.Crafting.Api": {
|
||||||
"IIS Express": {
|
"commandName": "Project",
|
||||||
"commandName": "IISExpress",
|
"launchBrowser": true,
|
||||||
"launchBrowser": true,
|
"launchUrl": "swagger",
|
||||||
"launchUrl": "swagger",
|
"applicationUrl": "https://localhost:7234;http://localhost:5234",
|
||||||
"environmentVariables": {
|
"environmentVariables": {
|
||||||
"ASPNETCORE_ENVIRONMENT": "Development"
|
"ASPNETCORE_ENVIRONMENT": "Development"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"Docker": {
|
"IIS Express": {
|
||||||
"commandName": "Docker",
|
"commandName": "IISExpress",
|
||||||
"launchBrowser": true,
|
"launchBrowser": true,
|
||||||
"launchUrl": "{Scheme}://{ServiceHost}:{ServicePort}/swagger",
|
"launchUrl": "swagger",
|
||||||
"publishAllPorts": true,
|
"environmentVariables": {
|
||||||
"useSSL": true
|
"ASPNETCORE_ENVIRONMENT": "Development"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"$schema": "https://json.schemastore.org/launchsettings.json",
|
"Docker": {
|
||||||
"iisSettings": {
|
"commandName": "Docker",
|
||||||
"windowsAuthentication": false,
|
"launchBrowser": true,
|
||||||
"anonymousAuthentication": true,
|
"launchUrl": "{Scheme}://{ServiceHost}:{ServicePort}/swagger",
|
||||||
"iisExpress": {
|
"environmentVariables": {}
|
||||||
"applicationUrl": "http://localhost:51530",
|
}
|
||||||
"sslPort": 44598
|
}
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
Loading…
Reference in new issue