mirror of
https://github.com/coollabsio/coolify.git
synced 2026-03-11 08:55:47 +00:00
chore(config): disable inertia ssr
This commit is contained in:
parent
9415fe5bdb
commit
d743dae3d6
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@ return [
|
|||
*/
|
||||
|
||||
'ssr' => [
|
||||
'enabled' => (bool) env('INERTIA_SSR_ENABLED', true),
|
||||
'enabled' => (bool) env('INERTIA_SSR_ENABLED', false),
|
||||
|
||||
'url' => env('INERTIA_SSR_URL', 'http://127.0.0.1:13714'),
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue