mirror of
https://github.com/JetSprow/J-Board-Lite.git
synced 2026-05-01 01:14:10 +05:30
feat: bundle GeoIP city database
This commit is contained in:
@@ -21,6 +21,9 @@ ENCRYPTION_KEY="0123456789abcdef0123456789abcdef"
|
||||
# Redis connection URL for local tools; Docker Compose overrides host to redis
|
||||
REDIS_URL="redis://localhost:6379"
|
||||
|
||||
# Optional GeoIP MMDB path. The repository includes a default City database at data/GeoLite2-City.mmdb.
|
||||
GEOIP_MMDB_PATH="data/GeoLite2-City.mmdb"
|
||||
|
||||
# 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