Update .env.example DATABASE_URL
This commit is contained in:
@@ -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=""
|
||||
Reference in New Issue
Block a user