mirror of
https://github.com/status-im/nft-faucet.git
synced 2025-02-24 12:38:30 +00:00
15 lines
421 B
JSON
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"
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|