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