blob: ebd333b41266f24962dbb7b482dbd9faf302e289 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
{
"$schema": "http://json.schemastore.org/launchsettings.json",
"profiles": {
"IOL.GreatOffice": {
"commandName": "Project",
"dotnetRunMessages": "true",
"launchBrowser": false,
"applicationUrl": "http://localhost:5000",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
}
}
}
|