feat(devops): Add ability for user to turn off feature flagging check-in

ref: #679 #496
This commit is contained in:
2025-03-16 08:39:21 +09:30
parent c34903abf2
commit a9fb70fcc7
3 changed files with 30 additions and 1 deletions

View File

@ -22,3 +22,12 @@ It's completely your choice how you expose this endpoint although with the cavea
- `HTTP/200 - Success`
When the client checks-in and the feature flags have been supplied. If the user does not specify request header `If-Modified-Since:`, the feature flags will always be returned.
## Settings
Within your settings file the following settings are available
| Attribute | Type | Default | Description |
|:---|:---:|:---:|:---|
| FEATURE_FLAGGING_ENABLED | `Bolean` | `True `| Turn feature flagging on/off |