remove .env.local from repo
This commit is contained in:
36
.env.local
36
.env.local
@@ -1,36 +0,0 @@
|
||||
APP_ENV=prod
|
||||
MAILER_DRIVER="smtp"
|
||||
MAILER_HOST="127.0.0.1"
|
||||
MAILER_URL="smtp://127.0.0.1:1025"
|
||||
DATABASE_DRIVER="mysql"
|
||||
DATABASE_HOST="db"
|
||||
DATABASE_USER="db"
|
||||
DATABASE_SERVER="mysql://db:3306"
|
||||
DATABASE_URL="mysql://db:db@db:3306/db?sslmode=disable&charset=utf8mb4&serverVersion=10.11.0-mariadb"
|
||||
VECTOR_DATABASE_URL=postgresql://db:db@pgvector:5432/db
|
||||
MAILER_CATCHER="1"
|
||||
MAILER_WEB_URL="https://ki-agent.ddev.site:8026"
|
||||
DATABASE_PASSWORD="db"
|
||||
DATABASE_PORT="3306"
|
||||
DATABASE_VERSION="10.11.0-mariadb"
|
||||
MAILER_PASSWORD=""
|
||||
MAILER_DSN="smtp://127.0.0.1:1025"
|
||||
MAILER_PORT="1025"
|
||||
MAILER_AUTH_MODE=""
|
||||
MAILER_USERNAME=""
|
||||
DATABASE_NAME="db"
|
||||
|
||||
AI_LLM_API_URL=http://192.168.178.143:11434/api/generate
|
||||
AI_LLM_MODEL=mto-model
|
||||
AI_LLM_TIMEOUT=600
|
||||
AI_HISTORY_DIR=var/agent-history
|
||||
|
||||
|
||||
###> AI Agent Debug ###
|
||||
AI_DEBUG=false
|
||||
AI_LOG_PROMPT=true
|
||||
AI_LOG_CONTEXT=true
|
||||
###< AI Agent Debug ###
|
||||
|
||||
|
||||
|
||||
1
.gitignore
vendored
1
.gitignore
vendored
@@ -4,6 +4,7 @@
|
||||
/src/Vector/.venv
|
||||
/src/Vector/vector.index
|
||||
/src/Vector/vector_meta.json
|
||||
.env.local
|
||||
test.*
|
||||
# ---> Symfony
|
||||
# Cache and logs (Symfony2)
|
||||
|
||||
Reference in New Issue
Block a user