mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-18 06:05:09 +00:00
27 lines
647 B
Text
27 lines
647 B
Text
# Academy LMS Environment Configuration
|
|
|
|
# REQUIRED: Database Configuration
|
|
MARIADB_ROOT_PASSWORD=changeme123
|
|
|
|
# REQUIRED: AI Configuration
|
|
# OPENAI_API_KEY=
|
|
# ANTHROPIC_API_KEY= # Optional, but recommended
|
|
|
|
# REQUIRED: LangChain Database
|
|
# LANGCHAIN_DB_NAME=
|
|
# LANGCHAIN_DB_USER=
|
|
# LANGCHAIN_DB_PASSWORD=
|
|
|
|
# Service URLs (usually don't need to change)
|
|
# AI_TUTOR_API_URL=
|
|
|
|
# Optional: Frappe Site Configuration
|
|
# FRAPPE_SITE_NAME_HEADER=$$host # Use $$host for multi-site support
|
|
|
|
# Optional: Environment Settings
|
|
# LANGCHAIN_ENV=
|
|
# LANGCHAIN_DEBUG=
|
|
|
|
# Optional: Custom Image Tags (for development)
|
|
# CUSTOM_TAG=develop
|
|
# LANGCHAIN_TAG=develop
|