Skip to content

Commit

Permalink
Change url to production details
Browse files Browse the repository at this point in the history
  • Loading branch information
w3bdesign committed Sep 14, 2020
1 parent 3c3d60c commit 6db539d
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions utils/config/nextConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,19 @@

// Live details

/*

export const WOO_CONFIG = {
GRAPHQL_URL: 'https://woocommerce.dfweb.no/graphql',
GRAPHQL_URL: 'https://woo.dfweb.no/graphql',
ALGOLIA_APP_ID: '7L9M5Y0B1K',
ALGOLIA_PUBLIC_API_KEY: '925cc92373120f1bf477bb8ce0e71649',
ALGOLIA_INDEX_NAME: 'dfweb',
PLACEHOLDER_IMAGE_URL: "https://via.placeholder.com/272",
};
*/


// Development details

/*
export const WOO_CONFIG = {
GRAPHQL_URL: 'http://localhost/wp/graphql',
ALGOLIA_APP_ID: '7L9M5Y0B1K',
Expand All @@ -22,5 +23,6 @@ export const WOO_CONFIG = {
PLACEHOLDER_SMALL_IMAGE_URL: 'https://res.cloudinary.com/duelisue0/image/upload/v1595540954/Nextjs-Woocommerce/placeholder-272-272_pg8t0z.jpg',
PLACEHOLDER_LARGE_IMAGE_URL: 'https://res.cloudinary.com/duelisue0/image/upload/v1595541416/Nextjs-Woocommerce/placeholder-616-616_beecp5.jpg',
};
*/

export default WOO_CONFIG;

0 comments on commit 6db539d

Please sign in to comment.