diff options
| author | transtrike <transtrike@gmail.com> | 2020-12-19 16:32:14 +0200 |
|---|---|---|
| committer | transtrike <transtrike@gmail.com> | 2020-12-19 16:32:14 +0200 |
| commit | 8880e0efec7462f6865e528f01b9973c6e722e8b (patch) | |
| tree | 8771072a8df80227beb0bbff5634df194eccc813 /src/DevHive.Blazor/Properties | |
| parent | 05d8be770dd5e728bc93a2322343cda3ddf939b7 (diff) | |
| download | DevHive-8880e0efec7462f6865e528f01b9973c6e722e8b.tar DevHive-8880e0efec7462f6865e528f01b9973c6e722e8b.tar.gz DevHive-8880e0efec7462f6865e528f01b9973c6e722e8b.zip | |
Blazor Template added
Diffstat (limited to 'src/DevHive.Blazor/Properties')
| -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"
+ }
+ }
+ }
+}
|
