diff --git a/configs/nimbus.yaml b/configs/nimbus.yaml new file mode 100644 index 0000000000..b05d7da237 --- /dev/null +++ b/configs/nimbus.yaml @@ -0,0 +1,22 @@ +about: + description: Nimbus Feature Manifest for Accounts Web testing +channels: + - production +features: + example-feature: + description: An example feature + variables: + enabled: + description: If the feature is enabled + type: Boolean + default: false + something: + description: Another variable + type: Option + default: null + defaults: + - channel: production + value: { "something": "wicked" } +types: + objects: {} + enums: {}