fix:set app_port as default

This commit is contained in:
hackerESQ
2024-10-31 15:45:42 -05:00
parent 6231baefe9
commit e0ab36ff61
+2 -2
View File
@@ -3,9 +3,9 @@ APP_ENV=production
APP_KEY=
APP_DEBUG=false
APP_TIMEZONE=UTC
APP_URL=http://localhost
ASSET_URL="${APP_URL}"
APP_PORT=8000
APP_URL="http://localhost:${APP_PORT}"
ASSET_URL="${APP_URL}"
SELF_HOSTED=true
REGISTRATION_ENABLED=true