blob: 997e29489654ec689c59a9c73c7a471f92dc855f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
{
"$schema": "http://json.schemastore.org/launchsettings.json",
"profiles": {
"Default": {
"commandName": "Project",
"dotnetRunMessages": true,
"environmentVariables": {
}
},
"Development": {
"commandName": "Project",
"dotnetRunMessages": true,
"environmentVariables": {
"DOTNET_ENVIRONMENT": "Development"
}
},
"Local config": {
"commandName": "Project",
"dotnetRunMessages": true,
"environmentVariables": {
"DOTNET_ENVIRONMENT": "Local"
}
}
}
}
|