mirror of
https://github.com/JetSprow/J-Board-Lite.git
synced 2026-05-01 01:14:10 +05:30
feat: remove redis service from lite deployment
This commit is contained in:
@@ -17,9 +17,6 @@ SUBSCRIPTION_URL=""
|
||||
# Must be at least 32 bytes, used for AES-256-GCM encryption
|
||||
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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user