STORAGE_KEYS.cookieSecret deprecated
This commit is contained in:
@@ -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',
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user