mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Defaul empty stateful domains.
This commit is contained in:
parent
37f05338f7
commit
9c19a08b17
@ -14,15 +14,7 @@ return [
|
||||
|
|
||||
*/
|
||||
|
||||
'stateful' => 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) : ''
|
||||
)
|
||||
)
|
||||
),
|
||||
'stateful' => explode(',', env('SANCTUM_STATEFUL_DOMAINS','')),
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
|
Loading…
Reference in New Issue
Block a user