mirror of
https://github.com/FastTunnel/FastTunnel.git
synced 2025-02-08 02:39:29 +08:00
23 lines
568 B
JSON
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"
|
|
}
|
|
}
|
|
}
|