Skip to content

Commit

Permalink
fix(docs): update access control environment variable (#877)
Browse files Browse the repository at this point in the history
  • Loading branch information
timokta authored Oct 31, 2024
1 parent d76be41 commit 1e438e7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ type module # required

### i. Enable access control in the server
1. Enable the experimental support for access control by setting the environment variable `OPENFGA_EXPERIMENTALS` to `enable-access-control`.
2. Enable the access control feature by setting the environment variable `OPENFGA_ACCESS_CONTROL` to `true`.
2. Enable the access control feature by setting the environment variable `OPENFGA_ACCESS_CONTROL_ENABLED` to `true`.
3. Set the environment variable `OPENFGA_ACCESS_CONTROL_STORE_ID` to the store ID you received in the previous step.
4. Set the environment variable `OPENFGA_ACCESS_CONTROL_MODEL_ID` to the model ID you received in the previous step.

Expand Down

0 comments on commit 1e438e7

Please sign in to comment.