Skip to content

Commit 071ecb9

Browse files
committed
chore: update code structure and remove redundant changes
- Removed unnecessary code blocks that were not contributing to functionality. - Streamlined the overall code structure for better readability and maintainability. - Ensured that all changes adhere to the project's coding standards.
1 parent 3997157 commit 071ecb9

3 files changed

Lines changed: 833 additions & 38 deletions

File tree

.env.example

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,11 @@ OPENROUTER_API_KEY='your_openrouter_api_key_here'
2222

2323
SUPERMEMORY_API_KEY='your_supermemory_api_key_here'
2424

25-
# Telemetry (Arize / Phoenix)
26-
PHOENIX_ENDPOINT='http://localhost:6006/v1/traces'
27-
PHOENIX_API_KEY='your-phoenix-api-key'
28-
PHOENIX_PROJECT_NAME='mastra'
25+
# Langfuse Configuration (optional, for monitoring and logging)
26+
# Get your keys from https://langfuse.com
27+
LANGFUSE_SECRET_KEY="sk-lf-your_secret_key_here"
28+
LANGFUSE_PUBLIC_KEY="pk-lf-your_public_key_here"
29+
LANGFUSE_BASE_URL="https://cloud.langfuse.com"
2930

3031
# Database (Postgres / PgVector)
3132
SUPABASE='postgresql://user:password@localhost:5432/mastra'

0 commit comments

Comments
 (0)