![]() Server : Apache System : Linux server2.corals.io 4.18.0-348.2.1.el8_5.x86_64 #1 SMP Mon Nov 15 09:17:08 EST 2021 x86_64 User : corals ( 1002) PHP Version : 7.4.33 Disable Function : exec,passthru,shell_exec,system Directory : /home/corals/mcoil.corals.io/config/ |
<?php return [ 'shipping_token' => env('SHIPPING_API_TOKEN'), 'name' => env('SHOP_NAME', 'Laracom'), 'country' => env('SHOP_COUNTRY_ISO', 'US'), 'country_id' => env('SHOP_COUNTRY_ID', 226), 'weight' => env('SHOP_WEIGHT', 'lbs'), 'email' => env('SHOP_EMAIL', '[email protected]'), 'phone' => env('SHOP_PHONE', '1 855 791 4041'), 'warehouse' => [ 'address_1' => '1600 Amphitheatre Parkway', 'address_2' => '', 'state' => 'CA', 'city' => 'Mountain View', 'country' => 'US', 'zip' => '94043', ] ];