Skip to content

Commit

Permalink
docs: add LANFUSE_WEB_MIGRATION_DISABLED to example env
Browse files Browse the repository at this point in the history
  • Loading branch information
marcklingen committed Jun 27, 2024
1 parent 5a6eba5 commit 62101ba
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .env.prod.example
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ LANGFUSE_CSP_ENFORCE_HTTPS="true"
# Enable experimental features, optional
# LANGFUSE_ENABLE_EXPERIMENTAL_FEATURES=true

# Disable automated database migrations on Docker start, optional
# LANFUSE_WEB_MIGRATION_DISABLED=true

# Auth, optional configuration
# AUTH_DOMAINS_WITH_SSO_ENFORCEMENT=domain1.com,domain2.com
# AUTH_DISABLE_USERNAME_PASSWORD=true
Expand Down
2 changes: 1 addition & 1 deletion web/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ ARG NEXT_PUBLIC_TURNSTILE_SITE_KEY
ARG NEXT_PUBLIC_POSTHOG_KEY
ARG NEXT_PUBLIC_POSTHOG_HOST
ARG NEXT_PUBLIC_CRISP_WEBSITE_ID
ARG LANFUSE_WEB_MIGRATION_ENABLED
ARG LANFUSE_WEB_MIGRATION_DISABLED

# Copy source code of isolated subworkspace
COPY --from=pruner /app/out/full/ .
Expand Down

0 comments on commit 62101ba

Please sign in to comment.