Sleep and Steps

- added sleep
- added steps
- bertter DB filling
This commit is contained in:
2018-09-23 18:39:59 +02:00
parent c807c474c4
commit a1019dd62e
17 changed files with 386 additions and 69 deletions

View File

@@ -2,9 +2,13 @@
"iisSettings": {
"windowsAuthentication": false,
"anonymousAuthentication": true,
"iis": {
"applicationUrl": "http://localhost/SeniorAssistant",
"sslPort": 0
},
"iisExpress": {
"applicationUrl": "http://localhost:50361",
"sslPort": 44348
"sslPort": 44387
}
},
"profiles": {
@@ -27,6 +31,9 @@
"commandName": "Docker",
"launchBrowser": true,
"launchUrl": "{Scheme}://{ServiceHost}"
},
"Snapshot Debugger (servizio app di Azure)": {
"commandName": "Snapshot Debugger (servizio app di Azure)"
}
}
}