File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed
Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change 11// Only add variables and information that can be public here
22
33// Live details
4- /*
4+
55export const WOO_CONFIG = {
6- GRAPHQL_URL: 'https://davethemogul.com /graphql',
6+ GRAPHQL_URL : 'https://woocommerce.dfweb.no /graphql' ,
77 ALGOLIA_APP_ID : '7L9M5Y0B1K' ,
8- ALGOLIA_PUBLIC_API_KEY: '8010bfd6bde5db13f07f3e6b131fe373 ',
8+ ALGOLIA_PUBLIC_API_KEY : '925cc92373120f1bf477bb8ce0e71649 ' ,
99} ;
10- */
1110
1211// Development details
12+
13+ /*
1314export const WOO_CONFIG = {
1415 GRAPHQL_URL: 'http://localhost/wp/graphql',
1516 ALGOLIA_APP_ID: '7L9M5Y0B1K',
16- ALGOLIA_PUBLIC_API_KEY : '8010bfd6bde5db13f07f3e6b131fe373 ' ,
17+ ALGOLIA_PUBLIC_API_KEY: '925cc92373120f1bf477bb8ce0e71649 ',
1718};
19+ */
1820
1921export default WOO_CONFIG ;
You can’t perform that action at this time.
0 commit comments