Skip to content
Snippets Groups Projects
Commit 0ab56347 authored by Johan de Klerk's avatar Johan de Klerk
Browse files

Merge branch 'main' of gitlab.bob.co.za:bob-public-utils/bobgroup-mage

parents 55131f68 a658b96a
Branches
Tags v0.15.0
No related merge requests found
......@@ -141,7 +141,7 @@ func CurrentEnv() string {
}
}
if env != "dev" && env != "stage" && env != "sandbox" && env != "prod" {
if env != "dev" && env != "stage" && env != "qa" && env != "sandbox" && env != "prod" && env != "playground" {
env = "dev"
}
return env
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment