mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-03-13 18:40:11 +01:00
STORAGE_KEYS.cookieSecret deprecated
This commit is contained in:
parent
f6fe5fea77
commit
7571552fef
@ -36,6 +36,9 @@ const COOKIE_SECRET_PATH = 'cookie-secret.txt';
|
||||
|
||||
const STORAGE_KEYS = {
|
||||
csrfSecret: 'csrfSecret',
|
||||
/**
|
||||
* @deprecated Read from COOKIE_SECRET_PATH in DATA_ROOT instead.
|
||||
*/
|
||||
cookieSecret: 'cookieSecret',
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user