grandnode/Properties/launchSettings.json
2023-12-22 11:20:01 +01:00

12 lines
288 B
JSON

{
"profiles": {
"Payments.BtcPay": {
"commandName": "Project",
"launchBrowser": true,
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
},
"applicationUrl": "https://localhost:55847;http://localhost:55848"
}
}
}