mirror of
https://github.com/community-scripts/ProxmoxVE-Local.git
synced 2026-04-05 08:53:56 -04:00
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
This commit is contained in:
committed by
GitHub
parent
9c44a47b3d
commit
87ab645231
@@ -26,3 +26,4 @@ AUTH_PASSWORD_HASH=
|
||||
AUTH_ENABLED=false
|
||||
AUTH_SETUP_COMPLETED=false
|
||||
JWT_SECRET=
|
||||
DATABASE_URL="file:./data/database.sqlite"
|
||||
|
||||
Reference in New Issue
Block a user