Add note to fix sanctum when using non-standard port

This commit is contained in:
Daniel_I_Am 2021-09-04 12:35:16 +02:00
parent bdc71ded13
commit a03989f0e2

View File

@ -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