From aab0e198b8b59a813f2aac8810bdd8a562606b0d Mon Sep 17 00:00:00 2001 From: Craig Williams Date: Tue, 6 Jun 2023 15:04:56 +0100 Subject: [PATCH] Added missing configs --- config/debug.php | 14 ++++++++++++++ config/default.php | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) create mode 100644 config/debug.php 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, ], /* * ----------------------------------------------------------------------