Skip to content

Commit c85a3c3

Browse files
committed
Default graphiql to off
1 parent 5bf9c17 commit c85a3c3

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.env.dev

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@ APP_URL=http://localhost
77
DB_CONNECTION=sqlite
88
DB_DATABASE=/var/www/database/database.sqlite
99

10+
GRAPHIQL_ENABLED=true

config/graphiql.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,5 +62,5 @@
6262
|
6363
*/
6464

65-
'enabled' => env('GRAPHIQL_ENABLED', true),
65+
'enabled' => env('GRAPHIQL_ENABLED', false),
6666
];

0 commit comments

Comments
 (0)