/var/www/flurhymez/config
NameSizeModeActions
analytics.php10020644editdlrm
app.php94520644editdlrm
auth.php36660644editdlrm
broadcasting.php17110644editdlrm
cache.php32740644editdlrm
cors.php8460644editdlrm
database.php50540644editdlrm
filesystems.php24450644editdlrm
hashing.php15710644editdlrm
laravellocalization.php416470644editdlrm
logging.php35650644editdlrm
mail.php35480644editdlrm
media-library.php89280644editdlrm
queue.php29060644editdlrm
sanctum.php17610644editdlrm
services.php9500644editdlrm
session.php70410644editdlrm
translatable.php1520644editdlrm
view.php10530644editdlrm
Edit: /var/www/flurhymez/config/sanctum.php (1761B)
explode(',', env('SANCTUM_STATEFUL_DOMAINS', sprintf( '%s%s', 'localhost,localhost:3000,127.0.0.1,127.0.0.1:8000,::1', env('APP_URL') ? ','.parse_url(env('APP_URL'), PHP_URL_HOST) : '' ))), /* |-------------------------------------------------------------------------- | Expiration Minutes |-------------------------------------------------------------------------- | | This value controls the number of minutes until an issued token will be | considered expired. If this value is null, personal access tokens do | not expire. This won't tweak the lifetime of first-party sessions. | */ 'expiration' => null, /* |-------------------------------------------------------------------------- | Sanctum Middleware |-------------------------------------------------------------------------- | | When authenticating your first-party SPA with Sanctum you may need to | customize some of the middleware Sanctum uses while processing the | request. You may change the middleware listed below as required. | */ 'middleware' => [ 'verify_csrf_token' => App\Http\Middleware\VerifyCsrfToken::class, 'encrypt_cookies' => App\Http\Middleware\EncryptCookies::class, ], ];