summaryrefslogtreecommitdiff
path: root/CoreWiki/Properties/launchSettings.json
diff options
context:
space:
mode:
authorPaweł Bernaciak <pawelbernaciak@zohomail.eu>2023-02-10 21:24:11 +0100
committerPaweł Bernaciak <pawelbernaciak@zohomail.eu>2023-02-10 21:24:11 +0100
commit7fefe217c8462444ecb9806599e70afe2a7102ea (patch)
tree49cd108ab96a756fe67ac58f980d1385c17e09df /CoreWiki/Properties/launchSettings.json
parent00c3b32e2db200a2f42396ac7f8381704ec97268 (diff)
Time display fixes
Diffstat (limited to 'CoreWiki/Properties/launchSettings.json')
-rw-r--r--CoreWiki/Properties/launchSettings.json40
1 files changed, 25 insertions, 15 deletions
diff --git a/CoreWiki/Properties/launchSettings.json b/CoreWiki/Properties/launchSettings.json
index af5f473..da59de7 100644
--- a/CoreWiki/Properties/launchSettings.json
+++ b/CoreWiki/Properties/launchSettings.json
@@ -1,30 +1,22 @@
{
- "iisSettings": {
- "windowsAuthentication": false,
- "anonymousAuthentication": true,
- "iisExpress": {
- "applicationUrl": "http://localhost:13598",
- "sslPort": 44384
- }
- },
"profiles": {
"http": {
"commandName": "Project",
- "dotnetRunMessages": true,
"launchBrowser": true,
- "applicationUrl": "http://localhost:5274",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
- }
+ },
+ "dotnetRunMessages": true,
+ "applicationUrl": "http://localhost:5274"
},
"https": {
"commandName": "Project",
- "dotnetRunMessages": true,
"launchBrowser": true,
- "applicationUrl": "https://localhost:7020;http://localhost:5274",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
- }
+ },
+ "dotnetRunMessages": true,
+ "applicationUrl": "https://localhost:7020;http://localhost:5274"
},
"IIS Express": {
"commandName": "IISExpress",
@@ -32,6 +24,24 @@
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
+ },
+ "WSL": {
+ "commandName": "WSL2",
+ "launchBrowser": true,
+ "launchUrl": "https://localhost:7020",
+ "environmentVariables": {
+ "ASPNETCORE_ENVIRONMENT": "Development",
+ "ASPNETCORE_URLS": "https://localhost:7020;http://localhost:5274"
+ },
+ "distributionName": ""
+ }
+ },
+ "iisSettings": {
+ "windowsAuthentication": false,
+ "anonymousAuthentication": true,
+ "iisExpress": {
+ "applicationUrl": "http://localhost:13598",
+ "sslPort": 44384
}
}
-}
+} \ No newline at end of file