|
@@ -0,0 +1,15 @@
|
|
|
+{
|
|
|
+ "$schema": "https://json.schemastore.org/launchsettings.json",
|
|
|
+ "profiles": {
|
|
|
+ "Hotline.Api": {
|
|
|
+ "commandName": "Project",
|
|
|
+ "dotnetRunMessages": true,
|
|
|
+ "launchBrowser": true,
|
|
|
+ "launchUrl": "swagger",
|
|
|
+ "applicationUrl": "http://localhost:50100",
|
|
|
+ "environmentVariables": {
|
|
|
+ "ASPNETCORE_ENVIRONMENT": "Development"
|
|
|
+ }
|
|
|
+ }
|
|
|
+ }
|
|
|
+}
|