Skip to content

Commit 14e8a8a

Browse files
committed
chore: added env example for openfga
1 parent 648b75f commit 14e8a8a

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

auth-for-mcp/fastmcp-mcp-fga-js/.env.example

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,14 @@ AUTH0_AUDIENCE=
33
PORT=3001
44
MCP_SERVER_URL=http://localhost:3001
55

6-
# Get these from dashboard.fga.dev / Store Settings
6+
# For Auth0 FGA Get these from dashboard.fga.dev / Store Settings
77
FGA_API_URL='https://api.us1.fga.dev'
88
FGA_STORE_ID=<store_id>
99
FGA_API_TOKEN_ISSUER='auth.fga.dev'
1010
FGA_API_AUDIENCE='https://api.us1.fga.dev/'
1111
FGA_CLIENT_ID='<client_id>'
1212
FGA_CLIENT_SECRET='<client_secret>'
13+
14+
# For OpenFGA
15+
FGA_API_URL='https://api.us1.fga.dev'
16+
FGA_STORE_ID=<store_id>

0 commit comments

Comments
 (0)