Skip to content

Commit

Permalink
test: customer database url in env
Browse files Browse the repository at this point in the history
  • Loading branch information
caoxing9 committed Jan 13, 2025
1 parent ea7acbe commit 4451753
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/nextjs-app/.env
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ NEXT_ENV_IMAGES_ALL_REMOTE=false
# DATABASE_URL
# When deploying on serveless/lambdas "?connection_limit=" should be 1
# @see https://www.prisma.io/docs/concepts/components/prisma-client/deployment#recommended-connection-limit
PRISMA_DATABASE_URL=postgresql://teable:[email protected]:5432/teable?schema=public
PRISMA_DATABASE_URL=postgresql://postgres:[email protected]:38858/teable?schema=public

SENTRY_DSN=

Expand Down

0 comments on commit 4451753

Please sign in to comment.