8 lines
248 B
Plaintext
8 lines
248 B
Plaintext
# Database URL for Prisma
|
|
DATABASE_URL="file:./dev.db"
|
|
SESSION_PASSWORD=some-long-random-secret-at-least-32-chars
|
|
|
|
# Secret key to authorize the cleanup task endpoint
|
|
# This should be a strong, unique secret in production
|
|
CLEANUP_SECRET="changeme"
|