remove redis

This commit is contained in:
JakkrapartXD 2026-01-12 03:36:54 +00:00
parent 646a10f45c
commit af58550f7f
10 changed files with 12 additions and 89 deletions

View file

@ -12,7 +12,6 @@ Follow these steps to deploy the E-Learning Platform backend to production.
- Production server with Node.js 18+
- PostgreSQL database
- Redis server
- MinIO/S3 storage
- Domain name and SSL certificate
@ -75,9 +74,6 @@ APP_URL=https://api.elearning.com
# Database
DATABASE_URL=postgresql://user:password@db-host:5432/elearning_prod
# Redis
REDIS_URL=redis://:password@redis-host:6379
# MinIO/S3
S3_ENDPOINT=https://s3.elearning.com
S3_ACCESS_KEY=<access-key>