Skip to content

Commit

Permalink
Use consistent defaults as other apps (#136)
Browse files Browse the repository at this point in the history
  • Loading branch information
William Welling committed Nov 4, 2022
1 parent b2fa8f2 commit d7105c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .wvr/build-config.js
Expand Up @@ -46,7 +46,7 @@ const config = {
.toString()
.replace('${STOMP_DEBUG}', 'false')
.replace('${AUTH_SERVICE_URL}', 'https://labs.library.tamu.edu/auth/2x')
.replace('${WEB_SERVICE_URL}', 'http://localhost:9001/products');
.replace('${WEB_SERVICE_URL}', 'http://localhost:9000');
},
},
{
Expand Down

0 comments on commit d7105c1

Please sign in to comment.