1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-07-26 13:48:33 +02:00

docs(faq): add initial Qs and shortform As to faq doc.

This commit is contained in:
Thomas Heartman 2021-12-17 13:57:00 +01:00
parent b53d252e5c
commit 7e2c0267e5

View File

@ -3,4 +3,12 @@ title: Frequently asked questions
slug: /faq
---
## FAAAAAQ
## How do I enable a feature only for a select group of users, such as people that work at a specific store?
Use the standard strategy and use a strat constraint that says the user must have custom field X with value Y.
Optionally, for non-enterprise, use a custom strategy.
## What's `UNLEASH_PROXY_SECRETS` and `clientKey`
...