mirror of
https://github.com/RayLabsHQ/gitea-mirror.git
synced 2025-12-24 08:28:10 +03:00
feat: remove Redis dependencies and cleanup scripts after migrating to SQLite
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user