blob: 2b071f334b01b88159563a258126da1b71fd8aef (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
{
"$schema": "http://json.schemastore.org/launchsettings.json",
"profiles": {
"MoneyManager": {
"commandName": "Project",
"applicationUrl": "https://localhost:5002;http://localhost:5001",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
}
}
}
|