Files
funzone-aichat/.env.example
2026-06-12 20:14:21 +03:30

20 lines
537 B
Plaintext

# Open WebUI Configuration for aichat.zoneco.org
# Copy this to .env and fill in your values
# OpenAI API Key
OPENAI_API_KEY=your_openai_api_key_here
# Optional: Additional configuration
# WEBUI_NAME=AI Chat Zoneco
# WEBUI_URL=https://aichat.zoneco.org
# WEBUI_SECRET_KEY=your_secret_key_here
# DEFAULT_USER_ROLE=user
# ENABLE_SIGNUP=true
# ENABLE_LOGIN=true
# ENABLE_OAUTH_SIGNUP=false
# DEFAULT_MODELS=gpt-4
# DOCKER_IMAGE_TAG=ghcr.io/open-webui/open-webui:main
# CONTAINER_NAME=funzone_aichat
# HOST_PORT=3005
# CONTAINER_PORT=8080