Update .env.example DATABASE_URL

This commit is contained in:
David Corbitt
2023-06-28 14:43:14 -07:00
parent 00f74e6951
commit 3d76d18ed5

View File

@@ -11,7 +11,7 @@
# Prisma
# https://www.prisma.io/docs/reference/database-reference/connection-urls#env
DATABASE_URL="postgresql://postgres:postgres@localhost:5432/prompt-lab?schema=public"
DATABASE_URL="postgresql://username:password@localhost:5432/prompt-lab?schema=public"
# OpenAI
OPENAI_API_KEY=""