env('COMPANY_NAME','Acme Inc'), // 'company_email' => env('COMPANY_email','contact@acme.inc'), // 'prod_private_server_ip' => env('https://crewsportswear.app', 'https://crewsportswear.app'), 'prod_private_server_ip' => env('http://localhost', 'http://localhost'), // local 'designer_location' => env('http://localhost/plain-tshirt/', 'http://localhost/plain-tshirt/'), 'images_directory' => env('http://localhost/crewsportswear/public/images/', 'http://localhost/crewsportswear/public/images/'), 'uploads' => env('http://localhost/uploads/images', 'http://localhost/uploads/images/'), // local ];