Files
Giacomo a1019dd62e Sleep and Steps
- added sleep
- added steps
- bertter DB filling
2018-09-23 18:39:59 +02:00

39 lines
1002 B
JSON

{
"iisSettings": {
"windowsAuthentication": false,
"anonymousAuthentication": true,
"iis": {
"applicationUrl": "http://localhost/SeniorAssistant",
"sslPort": 0
},
"iisExpress": {
"applicationUrl": "http://localhost:50361",
"sslPort": 44387
}
},
"profiles": {
"IIS Express": {
"commandName": "IISExpress",
"launchBrowser": true,
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
},
"SeniorAssistant": {
"commandName": "Project",
"launchBrowser": true,
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
},
"applicationUrl": "https://localhost:5001;http://localhost:5000"
},
"Docker": {
"commandName": "Docker",
"launchBrowser": true,
"launchUrl": "{Scheme}://{ServiceHost}"
},
"Snapshot Debugger (servizio app di Azure)": {
"commandName": "Snapshot Debugger (servizio app di Azure)"
}
}
}