chore: switch prisma datasource to postgresql
Some checks failed
CI - Production Readiness / Verify (push) Has been cancelled
Some checks failed
CI - Production Readiness / Verify (push) Has been cancelled
This commit is contained in:
@ -1,4 +1,5 @@
|
||||
DATABASE_URL="file:./dev.db"
|
||||
# Prisma datasource: production uses PostgreSQL in this project.
|
||||
DATABASE_URL="postgresql://whatsapp_inbox:YOUR_DB_PASSWORD@127.0.0.1:5432/whatsapp_inbox?schema=public"
|
||||
AUTH_SECRET="change-me"
|
||||
WHATSAPP_API_TOKEN="your-meta-token"
|
||||
WHATSAPP_API_VERSION="v22.0"
|
||||
|
||||
Reference in New Issue
Block a user