Files
crewsportswear/config/site_config.php
Frank John Begornia c982366dbd seperate images
2019-04-24 17:45:28 +08:00

29 lines
1.0 KiB
PHP

<?php
return [
/*
|--------------------------------------------------------------------------
| User Defined Variables
|--------------------------------------------------------------------------
|
| This is a set of variables that are made specific to this application
| that are better placed here rather than in .env file.
| Use config('your_key') to get the values.
|
*/
// 'company_name' => env('COMPANY_NAME','Acme Inc'),
// 'company_email' => env('COMPANY_email','contact@acme.inc'),
// 'prod_private_server_ip' => env('35.232.234.8', '35.232.234.8'),
'prod_private_server_ip' => env('http://192.168.2.238', 'http://192.168.2.238'), // 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
];