Skip to content

Commit 53ea1aa

Browse files
committed
change default app url to value that is used in docker image
1 parent 84f9024 commit 53ea1aa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

config/app.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
|
5353
*/
5454

55-
'url' => env('APP_URL', 'http://localhost:8500'),
55+
'url' => env('APP_URL', 'http://localhost:8080'),
5656

5757
'asset_url' => env('ASSET_URL', null),
5858
'mix_url' => env('ASSET_URL', null),

0 commit comments

Comments
 (0)