Skip to content

Commit 1f382b6

Browse files
committed
Keep defaulting.
1 parent cb47da2 commit 1f382b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/app.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
'webroot' => 'webroot',
6060
'wwwRoot' => WWW_ROOT,
6161
//'baseUrl' => env('SCRIPT_NAME'),
62-
'fullBaseUrl' => env('APP_FULL_BASE_URL'),
62+
'fullBaseUrl' => env('APP_FULL_BASE_URL', false),
6363
'imageBaseUrl' => 'img/',
6464
'cssBaseUrl' => 'css/',
6565
'jsBaseUrl' => 'js/',

0 commit comments

Comments
 (0)