Skip to content

Commit

Permalink
Adds frontend_url to app.php (#49118)
Browse files Browse the repository at this point in the history
  • Loading branch information
nunomaduro authored and taylorotwell committed Nov 28, 2023
1 parent fbe8368 commit e0249d3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config/app.php
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@

'url' => env('APP_URL', 'http://localhost'),

'frontend_url' => env('FRONTEND_URL', 'http://localhost:3000'),

'asset_url' => env('ASSET_URL'),

/*
Expand Down

0 comments on commit e0249d3

Please sign in to comment.