We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1e7f8c commit 36082d1Copy full SHA for 36082d1
examples/next/woocommerce/README.md
@@ -145,7 +145,12 @@ Install and activate these plugins in your WordPress admin:
145
Create a `.env` file in the `example-app` directory:
146
147
```env
148
-NEXT_PUBLIC_WORDPRESS_URL=https://your-wordpress-site.com
+NEXT_PUBLIC_WORDPRESS_URL=http://localhost:8890
149
+NEXT_PUBLIC_GRAPHQL_PATH=/graphql
150
+SESSION_TOKEN_LS_KEY=woocommerce_session_token
151
+REFRESH_TOKEN_LS_KEY=my_refresh_token
152
+AUTH_TOKEN_LS_KEY=my_auth_token
153
+AUTH_KEY_TIMEOUT=30000
154
```
155
156
> **Important:** Use your actual WordPress URL without a trailing slash.
0 commit comments