Skip to content

Conversation

@michelroegl-brunner
Copy link
Member

Summary

This hotfix adds the missing DATABASE_URL to the .env.example file to ensure new installations have the required Prisma database configuration.

Changes

  • Added DATABASE_URL="file:./data/database.sqlite" to .env.example
  • Ensures new users have the required Prisma database URL configured by default

Technical Details

  • DATABASE_URL is required for Prisma client generation
  • This complements the update.sh fix that handles existing installations
  • New installations will now have the proper database configuration from the start

Testing

  • .env.example now includes DATABASE_URL
  • New installations will work out of the box with Prisma

- Add DATABASE_URL example to .env.example for new installations
- Ensures new users have the required Prisma database URL configured
@michelroegl-brunner michelroegl-brunner requested a review from a team as a code owner October 17, 2025 07:32
@michelroegl-brunner michelroegl-brunner merged commit 87ab645 into main Oct 17, 2025
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants