2021-02-08 20:48:10 +01:00
|
|
|
{
|
|
|
|
"iisSettings": {
|
|
|
|
"windowsAuthentication": false,
|
|
|
|
"anonymousAuthentication": true,
|
|
|
|
"iisExpress": {
|
|
|
|
"applicationUrl": "http://localhost:56869",
|
|
|
|
"sslPort": 44324
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"$schema": "http://json.schemastore.org/launchsettings.json",
|
|
|
|
"profiles": {
|
|
|
|
"IIS Express": {
|
|
|
|
"commandName": "IISExpress",
|
|
|
|
"launchBrowser": true,
|
|
|
|
"launchUrl": "swagger",
|
|
|
|
"environmentVariables": {
|
|
|
|
"ASPNETCORE_ENVIRONMENT": "Development"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"hanyadikhetvan": {
|
|
|
|
"commandName": "Project",
|
|
|
|
"launchBrowser": true,
|
|
|
|
"launchUrl": "swagger",
|
|
|
|
"environmentVariables": {
|
2021-02-09 15:56:13 +01:00
|
|
|
"HANYADIKHET_STARTDATE": "2021-02-08",
|
2021-02-09 18:23:36 +01:00
|
|
|
"HanyadikHetVan__StartDate": "2021-02-08",
|
2021-02-08 20:48:10 +01:00
|
|
|
"ASPNETCORE_ENVIRONMENT": "Development"
|
|
|
|
},
|
|
|
|
"dotnetRunMessages": "true",
|
|
|
|
"applicationUrl": "https://localhost:5001;http://localhost:5000"
|
|
|
|
},
|
|
|
|
"Docker": {
|
|
|
|
"commandName": "Docker",
|
|
|
|
"launchBrowser": true,
|
|
|
|
"launchUrl": "{Scheme}://{ServiceHost}:{ServicePort}/swagger",
|
|
|
|
"publishAllPorts": true,
|
|
|
|
"useSSL": true
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|