Skip to content
Snippets Groups Projects

remove https and docker

Merged Lucca Santangelo Dodera requested to merge feature/remove-https into master
6 files
+ 45
7
Compare changes
  • Side-by-side
  • Inline
Files
6
@@ -21,7 +21,7 @@
"commandName": "Project",
"launchBrowser": true,
"launchUrl": "swagger/index.html",
"applicationUrl": "https://localhost:5001;http://localhost:5000",
"applicationUrl": "http://localhost:5000",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
Loading