From 2140011e869bf11c719d51445f1cb05aeda7111b Mon Sep 17 00:00:00 2001 From: Robert Helmer Date: Wed, 5 Feb 2025 14:03:15 -0800 Subject: [PATCH] re-add example Nimbus feature for testing (#5595) * re-add example Nimbus feature for testing --- config/nimbus.yaml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/config/nimbus.yaml b/config/nimbus.yaml index 807c3e37d63..8cb3641fd87 100644 --- a/config/nimbus.yaml +++ b/config/nimbus.yaml @@ -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 + 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: