mirror of
https://github.com/JetSprow/J-Board-Lite.git
synced 2026-05-01 01:14:10 +05:30
feat: switch panel database to sqlite
This commit is contained in:
@@ -2,9 +2,8 @@
|
||||
APP_PORT="3000"
|
||||
SITE_NAME="J-Board"
|
||||
|
||||
# PostgreSQL for local tools; Docker Compose overrides host to db
|
||||
POSTGRES_PASSWORD="jboard123"
|
||||
DATABASE_URL="postgresql://jboard:jboard123@localhost:5432/jboard"
|
||||
# SQLite for local tools and Docker
|
||||
DATABASE_URL="file:./storage/jboard.db"
|
||||
|
||||
# NextAuth
|
||||
# Use the public domain you will reverse proxy to this panel, for example https://panel.example.com
|
||||
|
||||
Reference in New Issue
Block a user