Skip to content
Snippets Groups Projects
Commit a658b96a authored by Francé Wilke's avatar Francé Wilke
Browse files

Add playground env

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