diff --git a/config/debug.php b/config/debug.php new file mode 100644 index 0000000..01fb495 --- /dev/null +++ b/config/debug.php @@ -0,0 +1,14 @@ + [ + 'tokens' => true, + ], +]; diff --git a/config/default.php b/config/default.php index ba00b65..33cb144 100644 --- a/config/default.php +++ b/config/default.php @@ -9,7 +9,7 @@ return [ 'debug' => [ - 'auth' => true, + 'tokens' => false, ], /* * ----------------------------------------------------------------------