teableio_teable/apps/nextjs-app/.env.development
Bieber 4f4c0f2824
[sync] Fix Sentry Release (T1750) (#1094) (#2471)
Synced from teableio/teable-ee@d43bb45

Co-authored-by: teable-bot <bot@teable.io>
2026-01-22 18:13:14 +08:00

28 lines
1.2 KiB
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

#######################################################################################
# BUILD ENVIRONMENT - Consumed by next.config.mjs during build and development #
#######################################################################################
NEXT_BUILD_ENV_CSP=false
NEXT_BUILD_ENV_SENTRY_ENABLED=false
NEXT_BUILD_ENV_SENTRY_UPLOAD_DRY_RUN=false
#######################################################################################
# ↓↓↓↓↓↓↓↓ frontendnextjs env ↓↓↓↓↓↓↓↓
BACKEND_STORAGE_PROVIDER=local
BACKEND_STORAGE_PUBLIC_BUCKET=public
BACKEND_STORAGE_PUBLIC_URL=http://localhost:3000/api/attachments/read/public
# ↓↓↓↓↓↓↓↓ backendnestjs env ↓↓↓↓↓↓↓↓
NEXTJS_DIR=../nextjs-app
LOG_LEVEL=info
PORT=3000
SOCKET_PORT=3001
PUBLIC_ORIGIN=http://localhost:3000
I18N_TYPES_OUTPUT_PATH=./src/types/i18n.generated.ts
# DATABASE_URL
# @see https://www.prisma.io/docs/reference/database-reference/connection-urls#examples
PRISMA_DATABASE_URL=postgresql://teable:teable@127.0.0.1:5432/teable?schema=public&statement_cache_size=1
PUBLIC_DATABASE_PROXY=127.0.0.1:5432
API_DOC_DISENABLED=false
API_DOC_ENABLED_SNIPPET=false
CALC_CHUNK_SIZE=400