Update api core tests readme (#39961)
* Update api core tests readme The example .env provided in the API Core tests readme is obsolete. It needs to reference API_BASE_URL instead of BASE_URL due to recent changes. * Add changefile(s) from automation for the following project(s): woocommerce --------- Co-authored-by: github-actions <github-actions@github.com>
This commit is contained in:
parent
350f758529
commit
062c2998a3
|
@ -0,0 +1,5 @@
|
|||
Significance: patch
|
||||
Type: dev
|
||||
Comment: Updated WC API Core tests readme.
|
||||
|
||||
|
|
@ -62,7 +62,7 @@ The following environment variables can be configured as shown in `.env.example`
|
|||
|
||||
```
|
||||
# Your site's base URL, not including a trailing slash
|
||||
BASE_URL="https://mysite.com"
|
||||
API_BASE_URL="https://mysite.com"
|
||||
|
||||
# The admin user's username or generated consumer key
|
||||
USER_KEY=""
|
||||
|
|
Loading…
Reference in New Issue