We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5bf9c17 + c85a3c3 commit f8c0e42Copy full SHA for f8c0e42
.env.dev
@@ -7,3 +7,4 @@ APP_URL=http://localhost
7
DB_CONNECTION=sqlite
8
DB_DATABASE=/var/www/database/database.sqlite
9
10
+GRAPHIQL_ENABLED=true
config/graphiql.php
@@ -62,5 +62,5 @@
62
|
63
*/
64
65
- 'enabled' => env('GRAPHIQL_ENABLED', true),
+ 'enabled' => env('GRAPHIQL_ENABLED', false),
66
];
0 commit comments