-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.env.example
29 lines (27 loc) · 972 Bytes
/
.env.example
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
# 1. PGAdmin Configs:
PGADMIN_DEFAULT_PASSWORD=postgres
PGADMIN_HOST=127.0.0.1
PGADMIN_PORT=80
PGADMIN_PORT_EXTERNAL=5050
# 2. Postgres Database Configs:
POSTGRES_PREFIX=postgresql+asyncpg
POSTGRES_USER=postgres
POSTGRES_PASSWORD=postgres
POSTGRES_HOST=127.0.0.1
POSTGRES_PORT=5432
POSTGRES_PORT_EXTERNAL=5432
POSTGRES_DB=postgres
# 3. Langfuse Configs:
LANGFUSE_HOST=0.0.0.0 #localhost
LANGFUSE_PORT=3000
LANGFUSE_NEXTAUTH_SECRET="8BJcuoF0w6RVwg5+mzN2EIULpr7mik5DJgqMUdwlwPY="
LANGFUSE_SALT="jthX0a96H9+XIj4kwiUVJNPNqfn51GRTZdrXPMAbhrY="
LANGFUSE_NEXTAUTH_URL="http://localhost:3000"
LANGFUSE_TELEMETRY_ENABLED=true
LANGFUSE_ENABLE_EXPERIMENTAL_FEATURES=false
POSTGRES_LANGFUSE_URL=postgresql://postgres:postgres@postgres_chatbot:5432/langfuse
LANGFUSE_ADMIN_NAME=ADMIN_CHAT_BOT
LANGFUSE_ADMIN_PASSWORD=gkjfdfbFDSFNJNK6323t$%^%$^$kmngdlk*&
LANGFUSE_DEFAULT_PROJECT=fma-chatbot