add protocol on CORS_ALLOWED_ORIGINS env variables
This commit is contained in:
@@ -12,8 +12,8 @@ DB_USERNAME=root
|
||||
DB_PASSWORD=root
|
||||
|
||||
CORS_PATHS=api/*,sanctum/csrf-cookie,broadcasting/auth
|
||||
DEV_CORS_ALLOWED_ORIGINS=localhost:5173
|
||||
PROD_CORS_ALLOWED_ORIGINS=localhost
|
||||
DEV_CORS_ALLOWED_ORIGINS=http://localhost:5173
|
||||
PROD_CORS_ALLOWED_ORIGINS=http://localhost
|
||||
SANCTUM_STATEFUL_DOMAINS=localhost,127.0.0.1,localhost:8000,localhost:5173
|
||||
|
||||
ADMIN_NAME=
|
||||
|
||||
Reference in New Issue
Block a user