Skip to content

Commit 46b9e9e

Browse files
authored
Update inertia.php
1 parent 0259e37 commit 46b9e9e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config/inertia.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@
2121

2222
'ssr' => [
2323

24-
'enabled' => true,
24+
'enabled' => (bool) env('INERTIA_SSR_ENABLED', true),
2525

26-
'url' => 'http://127.0.0.1:13714',
26+
'url' => env('INERTIA_SSR_URL', 'http://127.0.0.1:13714'),
2727

2828
// 'bundle' => base_path('bootstrap/ssr/ssr.mjs'),
2929

0 commit comments

Comments
 (0)