diff --git a/config/config.php b/config/config.php index c6209b4..106c3e0 100644 --- a/config/config.php +++ b/config/config.php @@ -62,6 +62,6 @@ return [ 'tencent' => env('TENCENT_MAP_KEY', ''), ], 'distance' => [ - 'delivery_distance' => env('DELIVERY_DISTANCE', '7000') + 'delivery_distance' => env('DELIVERY_DISTANCE', '8000') ], ];