+2
-2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user