# DougBot Configuration # Copy this to .env and fill in your values # Database (optional - defaults to SQLite) DB_TYPE=sqlite # DB_TYPE=mariadb # DB_HOST=192.168.1.3 # DB_PORT=3306 # DB_USER=db_user # DB_PASS=your_password # DB_NAME=dougbot # Ollama Server OLLAMA_HOST=http://192.168.1.3 OLLAMA_PORT=11434