From 81766b4abac891678a37e06ef14ae3fa51160432 Mon Sep 17 00:00:00 2001 From: hackerESQ Date: Thu, 7 Nov 2024 12:16:49 -0600 Subject: [PATCH] fix:don't force set asset_url related to discussion #7 --- .env.example | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.env.example b/.env.example index f5a3ab6..7309216 100644 --- a/.env.example +++ b/.env.example @@ -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