Skip to content

Commit

Permalink
Updated WP_BASE_URL.
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolad committed Feb 8, 2021
1 parent 698af91 commit 914ef21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/e2e-tests/utils/shared/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const WP_ADMIN_USER = {
const {
WP_USERNAME = WP_ADMIN_USER.username,
WP_PASSWORD = WP_ADMIN_USER.password,
WP_BASE_URL = 'http://ee.local',
WP_BASE_URL = 'http://localhost:8889',
} = process.env;

export { WP_ADMIN_USER, WP_USERNAME, WP_PASSWORD, WP_BASE_URL };

0 comments on commit 914ef21

Please sign in to comment.