Skip to content

Commit 87ab645

Browse files
docs: add DATABASE_URL to .env.example (#172)
- Add DATABASE_URL example to .env.example for new installations - Ensures new users have the required Prisma database URL configured
1 parent 9c44a47 commit 87ab645

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.env.example

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,5 @@ AUTH_USERNAME=
2525
AUTH_PASSWORD_HASH=
2626
AUTH_ENABLED=false
2727
AUTH_SETUP_COMPLETED=false
28-
JWT_SECRET=
28+
JWT_SECRET=
29+
DATABASE_URL="file:./data/database.sqlite"

0 commit comments

Comments
 (0)