Set mix_url to be configurable with env vars
This commit is contained in:
parent
8f2f6f93ea
commit
08ac7478dd
1 changed files with 2 additions and 1 deletions
|
|
@ -53,7 +53,8 @@ return [
|
|||
*/
|
||||
|
||||
'url' => env('APP_URL', 'http://localhost'),
|
||||
'mix_url' => env('APP_URL', 'http://localhost'),
|
||||
|
||||
'mix_url' => env('MIX_ASSET_URL', env('APP_URL', null)),
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Application Timezone
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue