Skip to content

Commit

Permalink
Update connect server URL
Browse files Browse the repository at this point in the history
  • Loading branch information
martynmjones committed Jun 27, 2024
1 parent 4d50b73 commit 205282f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/proxy/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ module.exports = {
host: 'localhost',
connectServer:
process.env.WOOCOMMERCE_CONNECT_SERVER ||
'https://api-vipgo.woocommerce.com',
'https://api.woocommerce.com',

Check failure on line 7 in tests/proxy/config.js

View workflow job for this annotation

GitHub Actions / Lint JavaScript

[prettier/prettier] Replace `⏎↹↹` with `·`
proxyMode: process.env.PROXY_MODE || 'default',
logResponses: process.env.PROXY_LOG_RESPONSES || false,
};

0 comments on commit 205282f

Please sign in to comment.