Skip to content

Commit

Permalink
Revert "change apiUrl in cypress config"
Browse files Browse the repository at this point in the history
This reverts commit 6932b1e.
  • Loading branch information
elliott-king committed Oct 11, 2023
1 parent 6932b1e commit 5abe3cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ module.exports = defineConfig({
runMode: 2,
},
env: {
apiUrl: "frontend-cypress-realworld-app-cypress-realworld-ap-pr9.dev.nbeck415.shipyard.host",
apiUrl: process.env.SHIPYARD_DOMAIN_BACKEND,
mobileViewportWidthBreakpoint: 414,
coverage: false,
codeCoverage: {
Expand Down

0 comments on commit 5abe3cd

Please sign in to comment.