mirror of
https://github.com/lovasoa/whitebophir
synced 2024-11-10 06:24:17 +00:00
change config js and remove env
This commit is contained in:
parent
3096013937
commit
dba4fbf003
1 changed files with 0 additions and 1 deletions
|
@ -57,6 +57,5 @@ module.exports = {
|
|||
|
||||
/** Secret key for jwt */
|
||||
AUTH_SECRET_KEY: (process.env["AUTH_SECRET_KEY"] || ""),
|
||||
CHECK_BOARDNAME_IN_JWT: (process.env["CHECK_BOARDNAME_IN_JWT"] || false),
|
||||
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue