I decided to add as many endpoints as needed for basic functionality. The following endpoints were added: • [Delete] /v1/Keys • [Post] /v1/Keys • [Get] /v1/Keys • [Get] /v1/SocketAccount • [Post] /v1/SocketAccount • [Post] /v1/SocketChannel • [Delete] /v1/SocketChannel • [Patch] /v1/SocketChannel • [Get] /v1/SocketChannel • [Get] /v1/SocketFile • [Delete] /v1/SocketFile • [Post] /v1/SocketFile • [Get] /v1/SocketMessage • [Get] /v1/SocketUser
42 lines
1.1 KiB
JSON
42 lines
1.1 KiB
JSON
{
|
|
"$schema": "https://json.schemastore.org/launchsettings.json",
|
|
"iisSettings": {
|
|
"windowsAuthentication": false,
|
|
"anonymousAuthentication": true,
|
|
"iisExpress": {
|
|
"applicationUrl": "http://localhost:63790",
|
|
"sslPort": 44369
|
|
}
|
|
},
|
|
"profiles": {
|
|
"http": {
|
|
"commandName": "Project",
|
|
"dotnetRunMessages": true,
|
|
"launchBrowser": true,
|
|
"launchUrl": "swagger",
|
|
"applicationUrl": "http://localhost:5288;http://10.100.0.10:5287",
|
|
"environmentVariables": {
|
|
"ASPNETCORE_ENVIRONMENT": "Development"
|
|
}
|
|
},
|
|
"https": {
|
|
"commandName": "Project",
|
|
"dotnetRunMessages": true,
|
|
"launchBrowser": true,
|
|
"launchUrl": "swagger",
|
|
"applicationUrl": "https://localhost:7173;http://10.100.0.10:5287",
|
|
"environmentVariables": {
|
|
"ASPNETCORE_ENVIRONMENT": "Development"
|
|
}
|
|
},
|
|
"IIS Express": {
|
|
"commandName": "IISExpress",
|
|
"launchBrowser": true,
|
|
"launchUrl": "swagger",
|
|
"environmentVariables": {
|
|
"ASPNETCORE_ENVIRONMENT": "Development"
|
|
}
|
|
}
|
|
}
|
|
}
|