diff --git a/.env.example b/.env.example index d90221e..c31807b 100644 --- a/.env.example +++ b/.env.example @@ -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