mirror of
https://github.com/JetSprow/J-Board-Lite.git
synced 2026-05-01 01:14:10 +05:30
feat: add log cleanup controls
This commit is contained in:
@@ -20,6 +20,9 @@ ENCRYPTION_KEY="0123456789abcdef0123456789abcdef"
|
||||
# Optional GeoIP MMDB path. The repository includes a default City database at data/GeoLite2-City.mmdb.
|
||||
GEOIP_MMDB_PATH="data/GeoLite2-City.mmdb"
|
||||
|
||||
# Optional: set to false to disable the in-process expired log cleanup scheduler.
|
||||
JBOARD_LOG_CLEANUP_SCHEDULER="true"
|
||||
|
||||
# Initial admin account, used by npm run db:seed on first install
|
||||
ADMIN_EMAIL="admin@jboard.local"
|
||||
ADMIN_PASSWORD="admin123"
|
||||
|
||||
Reference in New Issue
Block a user