Skip to content

Commit 0d1cdd9

Browse files
authored
Rename plugin variables
1 parent 7a44cbe commit 0d1cdd9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ The following configuration will create a new upstream backend (`nginx`), a serv
3333
This command will add `oauth2` middleware to the `nginx` frontend.
3434

3535
vctl oauth2 upsert -f nginx -id nginx-oauth \
36-
-domain $AUTH0_DOMAIN \
37-
-clientId $AUTH0_CLIENT_ID \
38-
-clientSecret $AUTH0_CLIENT_SECRET \
36+
-issuerUrl $ISSUER_URL \
37+
-clientId $CLIENT_ID \
38+
-clientSecret $CLIENT_SECRET \
3939
-redirectUrl http://localhost:8181/callback

0 commit comments

Comments
 (0)