feat: add special disable

This commit is contained in:
Matthieu Bessat 2021-10-03 14:23:32 +02:00
parent 1377fa669a
commit b2f27aa3f4
2 changed files with 22 additions and 1 deletions

View file

@ -32,5 +32,6 @@ return [
],
'auth' => [
'root' => 'password'
]
],
'special_token' => 'password'
];