mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-22 15:55:09 +00:00
env variables commented out
This commit is contained in:
parent
6e3032330a
commit
284e7660f1
1 changed files with 9 additions and 9 deletions
18
.env.example
18
.env.example
|
|
@ -4,23 +4,23 @@
|
||||||
MARIADB_ROOT_PASSWORD=changeme123
|
MARIADB_ROOT_PASSWORD=changeme123
|
||||||
|
|
||||||
# REQUIRED: AI Configuration
|
# REQUIRED: AI Configuration
|
||||||
OPENAI_API_KEY=
|
# OPENAI_API_KEY=
|
||||||
ANTHROPIC_API_KEY= # Optional, but recommended
|
# ANTHROPIC_API_KEY= # Optional, but recommended
|
||||||
|
|
||||||
# REQUIRED: LangChain Database
|
# REQUIRED: LangChain Database
|
||||||
LANGCHAIN_DB_NAME=
|
# LANGCHAIN_DB_NAME=
|
||||||
LANGCHAIN_DB_USER=
|
# LANGCHAIN_DB_USER=
|
||||||
LANGCHAIN_DB_PASSWORD=
|
# LANGCHAIN_DB_PASSWORD=
|
||||||
|
|
||||||
# Service URLs (usually don't need to change)
|
# Service URLs (usually don't need to change)
|
||||||
AI_TUTOR_API_URL=
|
# AI_TUTOR_API_URL=
|
||||||
|
|
||||||
# Optional: Frappe Site Configuration
|
# Optional: Frappe Site Configuration
|
||||||
FRAPPE_SITE_NAME_HEADER=$$host # Use $$host for multi-site support
|
# FRAPPE_SITE_NAME_HEADER=$$host # Use $$host for multi-site support
|
||||||
|
|
||||||
# Optional: Environment Settings
|
# Optional: Environment Settings
|
||||||
LANGCHAIN_ENV=
|
# LANGCHAIN_ENV=
|
||||||
LANGCHAIN_DEBUG=
|
# LANGCHAIN_DEBUG=
|
||||||
|
|
||||||
# Optional: Custom Image Tags (for development)
|
# Optional: Custom Image Tags (for development)
|
||||||
# CUSTOM_TAG=develop
|
# CUSTOM_TAG=develop
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue