Skip to content

Commit

Permalink
Merge pull request #240 from w3bdesign/development
Browse files Browse the repository at this point in the history
Change url to production details
  • Loading branch information
w3bdesign authored Sep 14, 2020
2 parents 6dfeb4d + 6db539d commit 653dfd6
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;

1 comment on commit 653dfd6

@vercel
Copy link

@vercel vercel bot commented on 653dfd6 Sep 14, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.