chore: add port 8000 into .env's APP_URL (#1516)

This commit is contained in:
Phan An 2022-10-07 16:37:57 +02:00 committed by GitHub
parent 8612d55351
commit f5a96ad10a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -28,7 +28,7 @@ IGNORE_DOT_FILES=true
APP_ENV=production
APP_DEBUG=true
APP_URL=http://localhost
APP_URL=http://localhost:8000
# The maximum scan time, in seconds. Increase this if you have a huge library.