NEXT_PUBLIC_FEATURE_TEAM is a buid-time env variable, it is not easy to overload it per environment. We will use the config endpoint to get the feature flag at runtime. To do so, we are using the ConfigStore.
2 lines
45 B
Plaintext
2 lines
45 B
Plaintext
NEXT_PUBLIC_API_ORIGIN=http://localhost:8071
|