Files
DotNetCore.SKIT.FlurlHttpCl…/samples/SKIT.FlurlHttpClient.Wechat.TenpayV3.Sample_Net6/Properties/launchSettings.json

15 lines
465 B
JSON

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