mirror of
https://github.com/RayLabsHQ/gitea-mirror.git
synced 2025-12-27 01:58:07 +03:00
Fixing issues with Better Auth
This commit is contained in:
@@ -10,9 +10,8 @@ PORT=4321
|
||||
DATABASE_URL=sqlite://data/gitea-mirror.db
|
||||
|
||||
# Security
|
||||
JWT_SECRET=change-this-to-a-secure-random-string-in-production
|
||||
BETTER_AUTH_SECRET=change-this-to-a-secure-random-string-in-production
|
||||
BETTER_AUTH_URL=http://localhost:3000
|
||||
BETTER_AUTH_URL=http://localhost:4321
|
||||
|
||||
# Optional GitHub/Gitea Mirror Configuration (for docker-compose, can also be set via web UI)
|
||||
# Uncomment and set as needed. These are passed as environment variables to the container.
|
||||
|
||||
Reference in New Issue
Block a user