feat: simplify self host install by removing asset_url env

This commit is contained in:
hackerESQ
2025-03-17 18:18:12 -05:00
parent fe81ec7ee7
commit aeb1b12afe
2 changed files with 1 additions and 2 deletions
-1
View File
@@ -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