From aeb1b12afe2540088372ffc1ffbbb04861a2c7d7 Mon Sep 17 00:00:00 2001 From: hackerESQ Date: Mon, 17 Mar 2025 18:18:12 -0500 Subject: [PATCH] feat: simplify self host install by removing asset_url env --- config/livewire.php | 2 +- docker-compose.yml | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/config/livewire.php b/config/livewire.php index 61412de..58cf13e 100644 --- a/config/livewire.php +++ b/config/livewire.php @@ -116,7 +116,7 @@ return [ | */ - 'inject_assets' => true, + 'inject_assets' => false, /* |--------------------------------------------------------------------------- diff --git a/docker-compose.yml b/docker-compose.yml index b60c755..9819fe0 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -11,7 +11,6 @@ services: - 8000:80 environment: # You can either use these properties OR an .env file. Do not use both! APP_URL: "http://localhost:8000" - ASSET_URL: "http://localhost:8000" DB_CONNECTION: mysql DB_HOST: investbrain-mysql DB_PORT: 3306