summaryrefslogtreecommitdiff
path: root/Properties/launchSettings.json
diff options
context:
space:
mode:
Diffstat (limited to 'Properties/launchSettings.json')
-rw-r--r--Properties/launchSettings.json26
1 files changed, 13 insertions, 13 deletions
diff --git a/Properties/launchSettings.json b/Properties/launchSettings.json
index 696a6ea..9f4966c 100644
--- a/Properties/launchSettings.json
+++ b/Properties/launchSettings.json
@@ -1,31 +1,31 @@
{
"profiles": {
- "HyperBooru": {
- "commandName": "Project",
+ "WSL": {
+ "commandName": "WSL2",
"launchBrowser": true,
+ "launchUrl": "https://localhost:7132",
"environmentVariables": {
- "ASPNETCORE_ENVIRONMENT": "Development"
+ "ASPNETCORE_ENVIRONMENT": "Development",
+ "ASPNETCORE_URLS": "https://localhost:7132;http://localhost:5186"
},
- "applicationUrl": "https://localhost:7284",
- "dotnetRunMessages": true,
- "nativeDebugging": false
+ "distributionName": ""
},
- "IIS Express": {
- "commandName": "IISExpress",
+ "HyperBooru": {
+ "commandName": "Project",
"launchBrowser": true,
- "launchUrl": "swagger",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
- }
+ },
+ "dotnetRunMessages": true,
+ "applicationUrl": "https://localhost:7132;http://localhost:5186"
}
},
- "$schema": "https://json.schemastore.org/launchsettings.json",
"iisSettings": {
"windowsAuthentication": false,
"anonymousAuthentication": true,
"iisExpress": {
- "applicationUrl": "http://localhost:62281",
- "sslPort": 44394
+ "applicationUrl": "http://localhost:1922",
+ "sslPort": 44354
}
}
} \ No newline at end of file