File tree Expand file tree Collapse file tree 1 file changed +8
-10
lines changed
docs/content/getting-started Expand file tree Collapse file tree 1 file changed +8
-10
lines changed Original file line number Diff line number Diff line change @@ -21,16 +21,14 @@ The CLI is configured to use a specific FGA server in one of three ways:
2121- Using environment variables.
2222- Using a ` .fga.yaml ` configuration file, searched in the following order (highest to lowest priority):
2323
24- 1 . ** Current working directory**
25- 2 . ** User-specific config directory**
26-
27- * Unix: ` $XDG_CONFIG_HOME ` (if set), otherwise ` $HOME/.config `
28- * Windows: ` %AppData% `
29- 3 . ** ` fga ` subdirectory under the user config directory**
30- 4 . ** User's home directory**
31-
32- * Unix: ` $HOME `
33- * Windows: ` %USERPROFILE% `
24+ 1 . ** Current working directory**
25+ 2 . ** User-specific config directory**
26+ * Unix: ` $XDG_CONFIG_HOME ` (if set), otherwise ` $HOME/.config `
27+ * Windows: ` %AppData% `
28+ 3 . ** ` fga ` subdirectory under the user config directory**
29+ 4 . ** User's home directory**
30+ * Unix: ` $HOME `
31+ * Windows: ` %USERPROFILE% `
3432
3533The API Url setting needs to point to the OpenFGA server:
3634
You can’t perform that action at this time.
0 commit comments