Skip to content

Commit 41d43e8

Browse files
committed
chore: set default stateful domains
1 parent 46ce375 commit 41d43e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.env.example

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ SESSION_LIFETIME=120
4343
SESSION_ENCRYPT=false
4444
SESSION_PATH=/
4545
SESSION_DOMAIN=null
46-
SANCTUM_STATEFUL_DOMAINS=localhost
46+
SANCTUM_STATEFUL_DOMAINS=localhost,localhost:3000,127.0.0.1,127.0.0.1:8000,::1
4747
SESSION_SECURE_COOKIE=false
4848

4949
BROADCAST_CONNECTION=log

0 commit comments

Comments
 (0)