Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
},
"Env": {
"type": "string",
"description": "Gets or sets the environment used when accessing configuration data. Default value: \"Production\"."
"description": "Gets or sets a comma-separated list of environments used when accessing configuration data. Default value: \"Production\"."
},
"FailFast": {
"type": "boolean",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1612,7 +1612,7 @@
},
"Env": {
"type": "string",
"description": "Gets or sets the environment used when accessing configuration data. Default value: \"Production\"."
"description": "Gets or sets a comma-separated list of environments used when accessing configuration data. Default value: \"Production\"."
},
"FailFast": {
"type": "boolean",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1612,7 +1612,7 @@
},
"Env": {
"type": "string",
"description": "Gets or sets the environment used when accessing configuration data. Default value: \"Production\"."
"description": "Gets or sets a comma-separated list of environments used when accessing configuration data. Default value: \"Production\"."
},
"FailFast": {
"type": "boolean",
Expand Down
Loading