Skip to content

Commit

Permalink
change default app url to value that is used in docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilReinking committed Mar 19, 2024
1 parent 84f9024 commit 53ea1aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/app.php
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
|
*/

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

'asset_url' => env('ASSET_URL', null),
'mix_url' => env('ASSET_URL', null),
Expand Down

0 comments on commit 53ea1aa

Please sign in to comment.