aboutsummaryrefslogtreecommitdiff
path: root/API/Properties
diff options
context:
space:
mode:
authortranstrike <transtrike@gmail.com>2020-12-07 22:39:49 +0200
committertranstrike <transtrike@gmail.com>2020-12-07 22:39:49 +0200
commit648d50c387e7ee3976bd673594ed10901075475f (patch)
treeb3a0f754ca398c65afc847ea4049cad21398a0ab /API/Properties
parentc5dc3763babe083c88dbc927f996fb1bdda80359 (diff)
downloadDevHive-648d50c387e7ee3976bd673594ed10901075475f.tar
DevHive-648d50c387e7ee3976bd673594ed10901075475f.tar.gz
DevHive-648d50c387e7ee3976bd673594ed10901075475f.zip
API folder fixed
Diffstat (limited to 'API/Properties')
-rw-r--r--API/Properties/launchSettings.json31
1 files changed, 31 insertions, 0 deletions
diff --git a/API/Properties/launchSettings.json b/API/Properties/launchSettings.json
new file mode 100644
index 0000000..939e23e
--- /dev/null
+++ b/API/Properties/launchSettings.json
@@ -0,0 +1,31 @@
+{
+ "$schema": "http://json.schemastore.org/launchsettings.json",
+ "iisSettings": {
+ "windowsAuthentication": false,
+ "anonymousAuthentication": true,
+ "iisExpress": {
+ "applicationUrl": "http://localhost:31454",
+ "sslPort": 44373
+ }
+ },
+ "profiles": {
+ "IIS Express": {
+ "commandName": "IISExpress",
+ "launchBrowser": true,
+ "launchUrl": "swagger",
+ "environmentVariables": {
+ "ASPNETCORE_ENVIRONMENT": "Development"
+ }
+ },
+ "API": {
+ "commandName": "Project",
+ "dotnetRunMessages": "true",
+ "launchBrowser": true,
+ "launchUrl": "swagger",
+ "applicationUrl": "https://localhost:5001;http://localhost:5000",
+ "environmentVariables": {
+ "ASPNETCORE_ENVIRONMENT": "Development"
+ }
+ }
+ }
+}