mirror of
https://github.com/docmost/docmost.git
synced 2026-05-07 06:23:06 +08:00
38ef610e5e
* integrate websocket redis adapter * use APP_SECRET for jwt signing * auto migrate database on startup in production * add updatedAt to update db operations * create enterprise ee package directory * fix comment editor focus * other fixes
3 lines
99 B
TypeScript
3 lines
99 B
TypeScript
export const APP_DATA_PATH = 'data';
|
|
export const LOCAL_STORAGE_PATH = `${APP_DATA_PATH}/storage`;
|