woocommerce/packages/js/api-core-tests/.env.example

22 lines
484 B
Plaintext
Raw Normal View History

2021-08-23 17:39:03 +00:00
# .env.exmaple
# Your site's base URL, not including a trailing slash
# BASE_URL="https://mysite.com"
BASE_URL=""
# The admin user's username or generated consumer key
2021-09-07 22:20:44 +00:00
# USER_KEY="admin"
# USER_KEY="ck_1234"
USER_KEY=""
2021-08-23 17:39:03 +00:00
# The admin user's password or generated consumer secret
2021-09-07 22:20:44 +00:00
# USER_SECRET="password"
# USER_SECRET="cs_1234"
USER_SECRET=""
2021-08-23 17:39:03 +00:00
# Optional setting to output verbose logs from Jest
# VERBOSE=true
# Optional setting to use index permalinks
# USE_INDEX_PERMALINKS=true