summaryrefslogtreecommitdiffstats
path: root/api/WhatApi/Properties
diff options
context:
space:
mode:
Diffstat (limited to 'api/WhatApi/Properties')
-rw-r--r--api/WhatApi/Properties/launchSettings.json14
1 files changed, 14 insertions, 0 deletions
diff --git a/api/WhatApi/Properties/launchSettings.json b/api/WhatApi/Properties/launchSettings.json
new file mode 100644
index 0000000..581ee7b
--- /dev/null
+++ b/api/WhatApi/Properties/launchSettings.json
@@ -0,0 +1,14 @@
+{
+ "$schema": "https://json.schemastore.org/launchsettings.json",
+ "profiles": {
+ "http": {
+ "commandName": "Project",
+ "dotnetRunMessages": true,
+ "launchBrowser": false,
+ "applicationUrl": "http://localhost:5281",
+ "environmentVariables": {
+ "ASPNETCORE_ENVIRONMENT": "Development"
+ }
+ }
+ }
+}