ascnet/AscNet.SDKServer/Properties/launchSettings.json

12 lines
278 B
JSON
Raw Normal View History

2023-10-06 13:29:27 +00:00
{
"profiles": {
"AscNet.SDKServer": {
"commandName": "Project",
"launchBrowser": true,
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
},
"applicationUrl": "https://localhost:52155;http://localhost:52156"
}
}
}