refactor(config): enforce runtime auth secret policy
This commit is contained in:
@@ -9,6 +9,7 @@ REDIS_URL=redis://localhost:6380
|
||||
|
||||
# Auth.js
|
||||
NEXTAUTH_URL=http://localhost:3100
|
||||
# Local development only. Production must provide a long random secret outside the repository.
|
||||
NEXTAUTH_SECRET=dev-secret-change-in-production
|
||||
|
||||
# App
|
||||
|
||||
Reference in New Issue
Block a user