feat: use dynamic DATABASE_URL for Prisma db

This commit is contained in:
Nour 2024-01-26 15:13:26 +00:00
commit 33fb9703f7
No known key found for this signature in database
GPG key ID: 9744560DE7DA09AE
3 changed files with 11 additions and 9 deletions

View file

@ -4,8 +4,8 @@
# Prisma supports the native connection string format for PostgreSQL, MySQL, SQLite, SQL Server, MongoDB and CockroachDB.
# See the documentation for all the connection string options: https://pris.ly/d/connection-strings
# Enable to use different location for dev db file
# DATABASE_URL="file:./dev.db"
# Change to use different location for dev db file
DATABASE_URL="file:$HOME/.nsecbunker-config/nsecbunker.db"
# Add your admin Nostr npub
# ADMIN_NPUBS=npub1q2s369...