We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44f2982 commit 37db69bCopy full SHA for 37db69b
tests/_data/config.php
@@ -5,4 +5,5 @@
5
* fatal errors when the autoloader is loaded twice
6
*/
7
define( 'GRAPHQL_DEBUG', true );
8
-define( 'WPGRAPHQL_WOOCOMMERCE_AUTOLOAD', getenv( 'WPGRAPHQL_WOOCOMMERCE_AUTOLOAD' ) );
+define( 'WPGRAPHQL_WOOCOMMERCE_AUTOLOAD', getenv( 'WPGRAPHQL_WOOCOMMERCE_AUTOLOAD' ) );
9
+define( 'GRAPHQL_JWT_AUTH_SECRET_KEY', 'testingtesting123' );
0 commit comments