Skip to content

Commit 10acb72

Browse files
fix database url in sample env
1 parent 92266e1 commit 10acb72

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.env.sample

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
DATABASE_URL="file:db/db.sqlite"
33

44
# For Production
5-
# DATABASE_URL="/app/db/db.sqlite"
5+
# DATABASE_URL="file:/app/db/db.sqlite"
66

77
# For Sentry Error Handling
88
VITE_SENTRY_DSN=""

0 commit comments

Comments
 (0)