It is possible to create app variable (“enum”)
E.G
base {
local: “http://localhost:2300/”,
live: “http://live:2300/”
}
then if i select local. the value should “http://localhost:2300/”
i though this enum type like that
but I set there . those value may expected value only
my temporary fix for this. I created app variable Object Type. add two object local and live.