feat: use dynamic DATABASE_URL for Prisma db
This commit is contained in:
parent
d1fd2d466a
commit
33fb9703f7
3 changed files with 11 additions and 9 deletions
|
|
@ -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...
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue