Skip to content

Commit 142f93c

Browse files
author
Octopus Deploy
committed
Update variables
1 parent 6293f21 commit 142f93c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.octopus/variables.ocl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,11 +62,11 @@ variable "config:display:default-temperature-unit" {
6262

6363
variable "config:log-level" {
6464
value "INFO" {
65-
environment = ["production", "qa"]
65+
environment = ["production"]
6666
}
6767

6868
value "DEBUG" {
6969
description = ""
70-
environment = ["development"]
70+
environment = ["development", "qa"]
7171
}
7272
}

0 commit comments

Comments
 (0)