1
0
mirror of https://github.com/bitwarden/server.git synced 2025-04-11 08:08:14 -05:00

Updated Kestrel application url to use IIS port (#820)

This commit is contained in:
Vincent Salucci 2020-07-14 09:36:38 -05:00 committed by GitHub
parent 92238eb0a9
commit a2b46daf59
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
8 changed files with 8 additions and 8 deletions

View File

@ -21,7 +21,7 @@
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
},
"applicationUrl": "http://localhost:62912/"
"applicationUrl": "http://localhost:62911/"
}
}
}

View File

@ -18,7 +18,7 @@
"Api": {
"commandName": "Project",
"launchBrowser": true,
"applicationUrl": "http://localhost:5000",
"applicationUrl": "http://localhost:4000",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}

View File

@ -19,7 +19,7 @@
"Billing": {
"commandName": "Project",
"launchBrowser": true,
"launchUrl": "http://localhost:44519",
"launchUrl": "http://localhost:44518",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
},

View File

@ -21,7 +21,7 @@
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
},
"applicationUrl": "http://localhost:46274/"
"applicationUrl": "http://localhost:46273/"
}
}
}

View File

@ -21,7 +21,7 @@
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
},
"applicationUrl": "http://localhost:54104/"
"applicationUrl": "http://localhost:54103/"
}
}
}

View File

@ -23,7 +23,7 @@
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
},
"applicationUrl": "http://localhost:5003/"
"applicationUrl": "http://localhost:50024/"
}
}
}

View File

@ -18,7 +18,7 @@
"Identity": {
"commandName": "Project",
"launchBrowser": true,
"applicationUrl": "http://localhost:33657",
"applicationUrl": "http://localhost:33656",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}

View File

@ -18,7 +18,7 @@
"Notifications": {
"commandName": "Project",
"launchBrowser": false,
"applicationUrl": "http://localhost:5000",
"applicationUrl": "http://localhost:61840",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}