blob: 6403d7106bd433354a2b0698f159f859101a993b (
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": "https://0.0.0.0:5001;http://0.0.0.0:5000",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
}
}
}
|