1
0
mirror of synced 2024-11-30 17:04:28 +01:00
GC-local-server-rewrite/WebUI/Properties/launchSettings.json

31 lines
888 B
JSON
Raw Normal View History

2023-02-16 17:38:01 +01:00
{
"iisSettings": {
"windowsAuthentication": false,
"anonymousAuthentication": true,
"iisExpress": {
"applicationUrl": "http://localhost:65283",
"sslPort": 44398
}
},
"profiles": {
"IIS Express": {
"commandName": "IISExpress",
"launchBrowser": true,
"inspectUri": "{wsProtocol}://{url.hostname}:{url.port}/_framework/debug/ws-proxy?browser={browserInspectUri}",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
},
2023-02-17 18:29:20 +01:00
"WebUI": {
2023-02-16 17:38:01 +01:00
"commandName": "Project",
2023-02-17 18:29:20 +01:00
"dotnetRunMessages": true,
2023-02-16 17:38:01 +01:00
"launchBrowser": true,
"inspectUri": "{wsProtocol}://{url.hostname}:{url.port}/_framework/debug/ws-proxy?browser={browserInspectUri}",
2023-02-17 18:29:20 +01:00
"applicationUrl": "http://localhost:5107",
2023-02-16 17:38:01 +01:00
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
}
}
}