Skip to content

Commit

Permalink
Merge pull request #57 from bleech/serviceUrl
Browse files Browse the repository at this point in the history
fix: define service url correctly
  • Loading branch information
harunbleech authored Nov 24, 2023
2 parents dcdacf0 + 78e84e3 commit 777d15f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion visual-regression-tests.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
}

if ( ! defined( 'VRTS_SERVICE_ENDPOINT' ) ) {
define( 'VRTS_SERVICE_ENDPOINT', getenv( 'VRTS_SERVICE_ENDPOINT' ) ?? 'https://bleech-vrts-app.blee.ch/api/v1/' );
define( 'VRTS_SERVICE_ENDPOINT', getenv( 'VRTS_SERVICE_ENDPOINT' ) ?: 'https://bleech-vrts-app.blee.ch/api/v1/' );
}

// Autoloader via Composer if exists.
Expand Down

0 comments on commit 777d15f

Please sign in to comment.