DotNetCore.SKIT.FlurlHttpCl.../samples/SKIT.FlurlHttpClient.Wechat.Api.Sample_Net5/Properties/launchSettings.json

15 lines
442 B
JSON

{
"$schema": "http://json.schemastore.org/launchsettings.json",
"profiles": {
"SKIT.FlurlHttpClient.Wechat.Api.Sample_Net5": {
"commandName": "Project",
"dotnetRunMessages": "true",
"launchBrowser": false,
"applicationUrl": "http://localhost:5000",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
}
}
}