nft-faucet/NftFaucet/Properties/launchSettings.json

15 lines
421 B
JSON
Raw Normal View History

2022-03-31 19:55:58 +02:00
{
"profiles": {
"NftFaucet": {
"commandName": "Project",
"dotnetRunMessages": true,
"launchBrowser": true,
"inspectUri": "{wsProtocol}://{url.hostname}:{url.port}/_framework/debug/ws-proxy?browser={browserInspectUri}",
"applicationUrl": "https://localhost:7149;http://localhost:5149",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
}
}
}