mirror of
https://github.com/Mintplex-Labs/anything-llm.git
synced 2025-04-17 18:18:11 +00:00
Resert AuthToken with empty string
This commit is contained in:
parent
bfa5c75fe4
commit
82e8350ad1
1 changed files with 1 additions and 1 deletions
|
@ -316,7 +316,7 @@ function systemEndpoints(app) {
|
|||
|
||||
updateENV(
|
||||
{
|
||||
AuthToken: null,
|
||||
AuthToken: '',
|
||||
JWTSecret: process.env.JWT_SECRET ?? v4(),
|
||||
},
|
||||
true
|
||||
|
|
Loading…
Add table
Reference in a new issue