aboutsummaryrefslogtreecommitdiff
path: root/src/DevHive.Web/Properties
diff options
context:
space:
mode:
authortranstrike <transtrike@gmail.com>2020-12-14 21:14:35 +0200
committertranstrike <transtrike@gmail.com>2020-12-14 21:14:35 +0200
commit1ccdefdac025b1b986ad2bd0bc3eda7505d6e7c3 (patch)
tree415b514b8bbb86530f2c4e9f0a7287b8580347e5 /src/DevHive.Web/Properties
downloadDevHive-1ccdefdac025b1b986ad2bd0bc3eda7505d6e7c3.tar
DevHive-1ccdefdac025b1b986ad2bd0bc3eda7505d6e7c3.tar.gz
DevHive-1ccdefdac025b1b986ad2bd0bc3eda7505d6e7c3.zip
The Base Line
Diffstat (limited to 'src/DevHive.Web/Properties')
-rw-r--r--src/DevHive.Web/Properties/launchSettings.json31
1 files changed, 31 insertions, 0 deletions
diff --git a/src/DevHive.Web/Properties/launchSettings.json b/src/DevHive.Web/Properties/launchSettings.json
new file mode 100644
index 0000000..44d86fc
--- /dev/null
+++ b/src/DevHive.Web/Properties/launchSettings.json
@@ -0,0 +1,31 @@
+{
+ "$schema": "http://json.schemastore.org/launchsettings.json",
+ "iisSettings": {
+ "windowsAuthentication": false,
+ "anonymousAuthentication": true,
+ "iisExpress": {
+ "applicationUrl": "http://localhost:1955",
+ "sslPort": 44326
+ }
+ },
+ "profiles": {
+ "IIS Express": {
+ "commandName": "IISExpress",
+ "launchBrowser": true,
+ "launchUrl": "swagger",
+ "environmentVariables": {
+ "ASPNETCORE_ENVIRONMENT": "Development"
+ }
+ },
+ "DevHive.Web": {
+ "commandName": "Project",
+ "dotnetRunMessages": "true",
+ "launchBrowser": true,
+ "launchUrl": "swagger",
+ "applicationUrl": "http://localhost:5000",
+ "environmentVariables": {
+ "ASPNETCORE_ENVIRONMENT": "Development"
+ }
+ }
+ }
+}