4_15_2019 update
This commit is contained in:
@@ -17,10 +17,10 @@ return [
|
||||
// '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('localhost', 'localhost'), // local
|
||||
'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/laravel5-adminLTE/public/images/', 'http://localhost/laravel5-adminLTE/public/images/'),
|
||||
'images_directory' => env('http://localhost/crewsportswear/public/images/', 'http://localhost/crewsportswear/public/images/'),
|
||||
|
||||
];
|
||||
Reference in New Issue
Block a user