fix:set app_port as default
This commit is contained in:
+2
-2
@@ -3,9 +3,9 @@ APP_ENV=production
|
|||||||
APP_KEY=
|
APP_KEY=
|
||||||
APP_DEBUG=false
|
APP_DEBUG=false
|
||||||
APP_TIMEZONE=UTC
|
APP_TIMEZONE=UTC
|
||||||
APP_URL=http://localhost
|
|
||||||
ASSET_URL="${APP_URL}"
|
|
||||||
APP_PORT=8000
|
APP_PORT=8000
|
||||||
|
APP_URL="http://localhost:${APP_PORT}"
|
||||||
|
ASSET_URL="${APP_URL}"
|
||||||
SELF_HOSTED=true
|
SELF_HOSTED=true
|
||||||
REGISTRATION_ENABLED=true
|
REGISTRATION_ENABLED=true
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user