Files
crewsportswear/config/site_config.php
Frank John Begornia 09974721f3
All checks were successful
Deploy Production (crewsportswear.com) / deploy (push) Successful in 2m23s
Update DesignerController and site_config for MinIO integration and URL adjustments
2026-01-07 01:28:47 +08:00

24 lines
865 B
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('https://crewsportswear.app', 'https://crewsportswear.app'),
'images_url' => env('https://crewsportswear.app:5955', 'https://crewsportswear.app:5955'),
'uploads' => env('https://crewsportswear.com/uploads/images/', 'https://crewsportswear.com/uploads/images/'), // local
];