FastTunnel/FastTunnel.Server/Properties/launchSettings.json
2024-01-16 13:57:10 +08:00

23 lines
568 B
JSON

{
"$schema": "http://json.schemastore.org/launchsettings.json",
"iisSettings": {
"windowsAuthentication": false,
"anonymousAuthentication": true,
"iisExpress": {
"applicationUrl": "http://localhost:60256",
"sslPort": 44335
}
},
"profiles": {
"FastTunnel.Server": {
"commandName": "Project",
"launchBrowser": false,
"launchUrl": "http://localhost:1270/swagger",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
},
"applicationUrl": "http://localhost:1270"
}
}
}