aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/.editorconfig1
-rw-r--r--src/DevHive.Web/Properties/launchSettings.json8
2 files changed, 9 insertions, 0 deletions
diff --git a/src/.editorconfig b/src/.editorconfig
index d98de8a..7fa9b2a 100644
--- a/src/.editorconfig
+++ b/src/.editorconfig
@@ -33,6 +33,7 @@ indent_size = 2
# JSON files
[*.json]
indent_size = 2
+indent_style = space
[*.cs]
indent_size = 4
diff --git a/src/DevHive.Web/Properties/launchSettings.json b/src/DevHive.Web/Properties/launchSettings.json
index 5deaadb..2b65d0b 100644
--- a/src/DevHive.Web/Properties/launchSettings.json
+++ b/src/DevHive.Web/Properties/launchSettings.json
@@ -23,6 +23,14 @@
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
+ },
+ "DevHive.Web Production": {
+ "commandName": "Project",
+ "dotnetRunMessages": "true",
+ "launchBrowser": false,
+ "environmentVariables": {
+ "ASPNETCORE_ENVIRONMENT": "Production"
+ }
}
}
}