This document describes how environments are configured for Flipt v2.
default
identifier and environment for you automatically if you don’t specify one.
local
environment will use the local
storage backend as defined in the storage configuration.
directory
configuration field that is used to determine the directory that will be used to store the environment’s resources.
This is only required if multiple environments share the same storage backend, as Flipt needs to know where to ultimately store the state without conflicting with other environments.
foo
and bar
environments will use the same local
storage backend but will store their resources in different directories.
local
environment will be used. This will also be the environment that is selected in the UI by default.