nft-faucet/NftFaucet/Properties/launchSettings.json
2022-03-31 20:19:12 +02:00

15 lines
421 B
JSON

{
"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"
}
}
}
}