35 lines
975 B
JSON
35 lines
975 B
JSON
{
|
|
"$schema": "http://json.schemastore.org/launchsettings.json",
|
|
"iisSettings": {
|
|
"windowsAuthentication": false,
|
|
"anonymousAuthentication": true,
|
|
"iisExpress": {
|
|
"applicationUrl": "http://localhost:40662",
|
|
"sslPort": 44360
|
|
}
|
|
},
|
|
"profiles": {
|
|
"IIS Express": {
|
|
"commandName": "IISExpress",
|
|
"launchBrowser": false,
|
|
"launchUrl": "weatherforecast",
|
|
"environmentVariables": {
|
|
"ASPNETCORE_ENVIRONMENT": "Development"
|
|
}
|
|
},
|
|
"EvoCalculator.Core": {
|
|
"commandName": "Project",
|
|
"launchBrowser": false,
|
|
"launchUrl": "weatherforecast",
|
|
"applicationUrl": "https://localhost:5001;http://localhost:5000",
|
|
"environmentVariables": {
|
|
"ASPNETCORE_ENVIRONMENT": "Development",
|
|
"calculation_v2_date": "2021-09-02",
|
|
"calculation_v3_date": "2022-03-30",
|
|
"post_calculation_v2_date": "2022-04-14",
|
|
"calculation_irr": "0.24"
|
|
}
|
|
}
|
|
}
|
|
}
|