mirror of
https://github.com/linuxserver/Heimdall.git
synced 2026-02-21 12:10:34 +09:00
14 lines
173 B
PHP
14 lines
173 B
PHP
<?php
|
|
|
|
return [
|
|
|
|
'guards' => [
|
|
'api' => [
|
|
'driver' => 'token',
|
|
'provider' => 'users',
|
|
'hash' => false,
|
|
],
|
|
],
|
|
|
|
];
|