env('BOXNOW_BASE_URL', 'https://api-production.boxnow.gr/api/v1'), 'location_api_url' => env('BOXNOW_LOCATION_API_URL', 'https://locationapi-production.boxnow.gr/api/v1'), 'client_id' => env('BOXNOW_CLIENT_ID'), 'client_secret' => env('BOXNOW_CLIENT_SECRET'), 'origin_location_id' => env('BOXNOW_ORIGIN_LOCATION_ID'), 'sender' => [ 'name' => env('BOXNOW_SENDER_NAME'), 'email' => env('BOXNOW_SENDER_EMAIL'), 'phone' => env('BOXNOW_SENDER_PHONE'), ], 'timeout' => env('BOXNOW_HTTP_TIMEOUT', 10), ];