frappe_docker/.env.example
2025-06-27 10:11:21 +03:00

27 lines
780 B
Text

# Academy LMS Environment Configuration
# REQUIRED: Database Configuration
MARIADB_ROOT_PASSWORD=changeme123
# REQUIRED: AI Configuration
OPENAI_API_KEY=your_openai_api_key_here
ANTHROPIC_API_KEY=your_anthropic_api_key_here # Optional, but recommended
# REQUIRED: LangChain Database
LANGCHAIN_DB_NAME=langchain_db
LANGCHAIN_DB_USER=langchain_user
LANGCHAIN_DB_PASSWORD=changeme_langchain_db_password
# Service URLs (usually don't need to change)
AI_TUTOR_API_URL=http://langchain-service:8000
# Optional: Frappe Site Configuration
FRAPPE_SITE_NAME_HEADER=$$host # Use $$host for multi-site support
# Optional: Environment Settings
LANGCHAIN_ENV=production
LANGCHAIN_DEBUG=false
# Optional: Custom Image Tags (for development)
# CUSTOM_TAG=develop
# LANGCHAIN_TAG=develop