23.11 Upload to live
This commit is contained in:
parent
8cae2f92a4
commit
8ebdacec98
80 changed files with 7320 additions and 3937 deletions
|
|
@ -52,8 +52,10 @@ return [
|
|||
|
|
||||
*/
|
||||
|
||||
'url' => env('APP_URL', 'https://mivita.local/'),
|
||||
'domain' => env('APP_DOMAIN', 'mivita.local'),
|
||||
'url' => env('APP_URL', 'https://mivita'),
|
||||
'domain' => env('APP_DOMAIN', 'mivita'),
|
||||
'tld_care' => env('APP_TLD_CARE', '.local'),
|
||||
'tld_shop' => env('APP_TLD_SHOP', '.lshop'),
|
||||
'protocol' => env('APP_PROTOCOL', 'https://'),
|
||||
'pre_url_main' => env('APP_URL_MAIN', ''),
|
||||
'pre_url_crm' => env('APP_URL_CRM', 'my.'),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue