diff options
Diffstat (limited to 'src/DevHive.Blazor/Properties/launchSettings.json')
| -rw-r--r-- | src/DevHive.Blazor/Properties/launchSettings.json | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/src/DevHive.Blazor/Properties/launchSettings.json b/src/DevHive.Blazor/Properties/launchSettings.json new file mode 100644 index 0000000..7ecc5b6 --- /dev/null +++ b/src/DevHive.Blazor/Properties/launchSettings.json @@ -0,0 +1,28 @@ +{
+ "iisSettings": {
+ "windowsAuthentication": false,
+ "anonymousAuthentication": true,
+ "iisExpress": {
+ "applicationUrl": "http://localhost:48585",
+ "sslPort": 44305
+ }
+ },
+ "profiles": {
+ "IIS Express": {
+ "commandName": "IISExpress",
+ "launchBrowser": true,
+ "environmentVariables": {
+ "ASPNETCORE_ENVIRONMENT": "Development"
+ }
+ },
+ "DevHive.Blazor": {
+ "commandName": "Project",
+ "dotnetRunMessages": "true",
+ "launchBrowser": true,
+ "applicationUrl": "https://localhost:5001;http://localhost:5000",
+ "environmentVariables": {
+ "ASPNETCORE_ENVIRONMENT": "Development"
+ }
+ }
+ }
+}
|
