Merge pull request #75 from investbrainapp/simplify-asset-url

feat: simplify self host install by removing asset_url env
This commit is contained in:
hackerESQ
2025-03-17 18:18:32 -05:00
committed by GitHub
2 changed files with 1 additions and 2 deletions
+1 -1
View File
@@ -116,7 +116,7 @@ return [
| |
*/ */
'inject_assets' => true, 'inject_assets' => false,
/* /*
|--------------------------------------------------------------------------- |---------------------------------------------------------------------------
-1
View File
@@ -11,7 +11,6 @@ services:
- 8000:80 - 8000:80
environment: # You can either use these properties OR an .env file. Do not use both! environment: # You can either use these properties OR an .env file. Do not use both!
APP_URL: "http://localhost:8000" APP_URL: "http://localhost:8000"
ASSET_URL: "http://localhost:8000"
DB_CONNECTION: mysql DB_CONNECTION: mysql
DB_HOST: investbrain-mysql DB_HOST: investbrain-mysql
DB_PORT: 3306 DB_PORT: 3306