feat: remove Redis dependencies and cleanup scripts after migrating to SQLite

This commit is contained in:
Arunavo Ray
2025-05-21 11:31:22 +05:30
parent 4b570f555a
commit 4aa7e665ac
6 changed files with 3 additions and 98 deletions

View File

@@ -8,7 +8,6 @@ NODE_ENV=production
HOST=0.0.0.0
PORT=4321
DATABASE_URL=sqlite://data/gitea-mirror.db
# Note: Redis is no longer required as SQLite is used for all functionality
# Security
JWT_SECRET=change-this-to-a-secure-random-string-in-production