Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 652 Bytes

Feature-Flags.md

File metadata and controls

8 lines (5 loc) · 652 Bytes

Feature Flags

Feature flags are used across PINS applications to activate and deactivate pieces of deployed code in production.

Currently only the the feature flags for the CBOS application are defined in this repository. They are defined per environment in the config/variables/stacks/back-office directory. New feature flags for CBOS should be defined here and deployed rather than created throught the Azure portal.

Once deployed, the feature flags defined here are made accessible to CBOS by this shared package.