Skip to content

Commit

Permalink
fix: port 3100 in langfuse NEXTAUTH_URL (#942)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcklingen committed Apr 9, 2024
1 parent b5f6ed2 commit 9b35c28
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libs/.docker/external/observabillity/langfuse/.env.example
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ DATABASE_PORT=5434
# openssl rand -base64 32
# https://next-auth.js.org/configuration/options#secret
# NEXTAUTH_SECRET=""
NEXTAUTH_URL="http://localhost:3000"
NEXTAUTH_URL="http://localhost:3100"
NEXTAUTH_SECRET="secret"

# Langfuse experimental features
Expand All @@ -18,4 +18,4 @@ SALT="salt"

# Email
EMAIL_FROM_ADDRESS="" # Defines the email address to use as the from address.
SMTP_CONNECTION_URL="" # Defines the connection url for smtp server.
SMTP_CONNECTION_URL="" # Defines the connection url for smtp server.

0 comments on commit 9b35c28

Please sign in to comment.