fix:don't force set asset_url

related to discussion #7
This commit is contained in:
hackerESQ
2024-11-07 12:16:49 -06:00
parent cdda9d7ff7
commit 81766b4aba
+2 -2
View File
@@ -5,10 +5,11 @@ APP_DEBUG=false
APP_TIMEZONE=UTC
APP_PORT=8000
APP_URL="http://localhost:${APP_PORT}"
ASSET_URL="${APP_URL}"
SELF_HOSTED=true
REGISTRATION_ENABLED=true
# ASSET_URL="http://localhost:8000" # (optional) webroot for static assets (css, js, images, etc)
AI_CHAT_ENABLED=false
OPENAI_API_KEY=
OPENAI_ORGANIZATION=
@@ -32,7 +33,6 @@ APP_LOCALE=en
APP_FALLBACK_LOCALE=en
APP_FAKER_LOCALE=en_US
DB_CONNECTION=mysql
DB_HOST=investbrain-mysql
DB_PORT=3306