ascnet/AscNet.SDKServer/Properties/launchSettings.json

12 lines
278 B
JSON

{
"profiles": {
"AscNet.SDKServer": {
"commandName": "Project",
"launchBrowser": true,
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
},
"applicationUrl": "https://localhost:52155;http://localhost:52156"
}
}
}