Skip to content

Commit

Permalink
re-add example Nimbus feature for testing (#5595)
Browse files Browse the repository at this point in the history
* re-add example Nimbus feature for testing
  • Loading branch information
rhelmer authored Feb 5, 2025
1 parent fb6e2c5 commit 2140011
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions config/nimbus.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,24 @@ channels:
- staging
- 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<String>
default: null
defaults:
- channel: local
value: { "enabled": true }
- channel: staging
value: { "enabled": false }
- channel: production
value: { "enabled": false }
last-scan-date:
description: Show the date of the user's last scan in the top right-hand corner
variables:
Expand Down

0 comments on commit 2140011

Please sign in to comment.