5 lines
301 B
Bash
5 lines
301 B
Bash
# Prisma reads DATABASE_URL from here for migrations/generate
|
|
# Override with your real URL in .env.local for runtime
|
|
DATABASE_URL="postgresql://admin:adminpassword@plumedb.kaelstudio.tech:5432/plumeia?schema=public"
|
|
BETTER_AUTH_SECRET=cbe18fc18cd18fa590bd8be51204fac2ee0b1cc704adf8fa0192f77d42b262dd
|