STORAGE_KEYS.cookieSecret deprecated
| @@ -36,6 +36,9 @@ const COOKIE_SECRET_PATH = 'cookie-secret.txt'; | |||
| 36 | 36 | ||
| 37 | const STORAGE_KEYS = { | 37 | const STORAGE_KEYS = { |
| 38 | csrfSecret: 'csrfSecret', | 38 | csrfSecret: 'csrfSecret', |
| 39 | /** | ||
| 40 | * @deprecated Read from COOKIE_SECRET_PATH in DATA_ROOT instead. | ||
| 41 | */ | ||
| 39 | cookieSecret: 'cookieSecret', | 42 | cookieSecret: 'cookieSecret', |
| 40 | }; | 43 | }; |
| 41 | 44 | ||