Add note to fix sanctum when using non-standard port
This commit is contained in:
parent
bdc71ded13
commit
a03989f0e2
@ -20,6 +20,8 @@ FILESYSTEM_DRIVER=local
|
|||||||
QUEUE_CONNECTION=sync
|
QUEUE_CONNECTION=sync
|
||||||
SESSION_DRIVER=file
|
SESSION_DRIVER=file
|
||||||
SESSION_LIFETIME=120
|
SESSION_LIFETIME=120
|
||||||
|
# Only required if using a custom port on APP_URL
|
||||||
|
# SANCTUM_STATEFUL_DOMAINS=localhost:8000
|
||||||
|
|
||||||
MEMCACHED_HOST=127.0.0.1
|
MEMCACHED_HOST=127.0.0.1
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user