Skip to content

Commit

Permalink
feat: add opaque feature flags
Browse files Browse the repository at this point in the history
  • Loading branch information
hperl committed Oct 16, 2023
1 parent 9973c83 commit ccc2c51
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions spec/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -1219,6 +1219,11 @@
"title": "Enable development mode",
"description": "If true, disables critical security measures to allow easier local development. Do not use in production.",
"default": false
},
"feature_flags": {
"title": "Feature flags",
"type": "object",
"additionalProperties": true
}
},
"additionalProperties": false
Expand Down

0 comments on commit ccc2c51

Please sign in to comment.