-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
36 lines (31 loc) · 762 Bytes
/
.env.example
File metadata and controls
36 lines (31 loc) · 762 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
# Example .env file
# Copy this to .env and fill in your values
# Database
DATABASE_HOST=localhost
DATABASE_PORT=5432
DATABASE_NAME=lore_system
DATABASE_USER=lore_user
DATABASE_PASSWORD=change_me_in_production
# Elasticsearch
ELASTICSEARCH_HOST=localhost
ELASTICSEARCH_PORT=9200
ELASTICSEARCH_USER=elastic
ELASTICSEARCH_PASSWORD=
# Git
GIT_REPOSITORY_PATH=./lore-repo
GIT_AUTHOR_NAME=LoreSystem
GIT_AUTHOR_EMAIL=lore@example.com
# AI Generation (Optional)
OPENAI_API_KEY=
ANTHROPIC_API_KEY=
OPENROUTER_API_KEY=
CAMEL_MODEL_PLATFORM=OPENROUTER
CAMEL_MODEL_TYPE=arcee-ai/trinity-mini:free
CAMEL_MODEL_BASE_URL=
CAMEL_MODEL_REASONING_EFFORT=
OPENROUTER_HTTP_REFERER=
OPENROUTER_X_TITLE=
# Application
ENVIRONMENT=development
LOG_LEVEL=INFO
DEFAULT_TENANT_ID=1