DurnyklyYol/DurnyklyYol.Blazor.Server/Properties/launchSettings.json

27 lines
672 B
JSON

{
"iisSettings": {
"windowsAuthentication": false,
"anonymousAuthentication": true,
"iisExpress": {
"applicationUrl": "http://localhost:65201",
"sslPort": 44318
}
},
"profiles": {
"IIS Express": {
"commandName": "IISExpress",
"launchBrowser": true,
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
},
"DurnyklyYol.Blazor.Server": {
"commandName": "Project",
"launchBrowser": true,
"applicationUrl": "https://192.168.99.64:5001;http://192.168.99.64:5000",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
}
}
}