Skip to content

Commit

Permalink
fix: allow passing in full api url
Browse files Browse the repository at this point in the history
  • Loading branch information
mcstover committed Nov 10, 2023
1 parent a5a572b commit fc183ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/dynamic.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ module.exports = {
merchantId: '10620948091453922228'
},
googleTagmanagerId: process.env.GOOGLE_TAG_MANAGER_ID || 'GTM-PXFRMT',
graphqlUri: `https://gateway.${baseUrl}/graphql`,
graphqlUri: process.env.API_HOSTNAME || `https://gateway.${baseUrl}/graphql`,
grecaptchaSitekey: process.env.G_RECAPTCHA_SITE_KEY || '6LcXENcmAAAAAEC4ygspn1WTm4zP4gLexXDnWuXE',
host: `www.${baseUrl}`,
hotjarId: process.env.HOTJAR_ID || '3071239',
Expand Down

0 comments on commit fc183ad

Please sign in to comment.