fix(env): missing APP KEY + APP_DEBUG typo
parent
82f3c84316
commit
ce6405cb8a
|
|
@ -1,6 +1,7 @@
|
|||
APP_NAME=Laravel
|
||||
APP_ENV=local
|
||||
clAPP_DEBUG=true
|
||||
APP_KEY=
|
||||
APP_DEBUG=true
|
||||
APP_URL=http://localhost:8000
|
||||
FRONTEND_URL=http://localhost:3000
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue