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 1
1
// Only add variables and information that can be public here
2
2
3
3
// Live details
4
- /*
4
+
5
5
export const WOO_CONFIG = {
6
- GRAPHQL_URL: 'https://davethemogul.com /graphql',
6
+ GRAPHQL_URL : 'https://woocommerce.dfweb.no /graphql' ,
7
7
ALGOLIA_APP_ID : '7L9M5Y0B1K' ,
8
- ALGOLIA_PUBLIC_API_KEY: '8010bfd6bde5db13f07f3e6b131fe373 ',
8
+ ALGOLIA_PUBLIC_API_KEY : '925cc92373120f1bf477bb8ce0e71649 ' ,
9
9
} ;
10
- */
11
10
12
11
// Development details
12
+
13
+ /*
13
14
export const WOO_CONFIG = {
14
15
GRAPHQL_URL: 'http://localhost/wp/graphql',
15
16
ALGOLIA_APP_ID: '7L9M5Y0B1K',
16
- ALGOLIA_PUBLIC_API_KEY : '8010bfd6bde5db13f07f3e6b131fe373 ' ,
17
+ ALGOLIA_PUBLIC_API_KEY: '925cc92373120f1bf477bb8ce0e71649 ',
17
18
};
19
+ */
18
20
19
21
export default WOO_CONFIG ;
You can’t perform that action at this time.
0 commit comments