mirror of
https://github.com/docmost/docmost.git
synced 2026-05-07 14:43:06 +08:00
fixes
* 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
This commit is contained in:
@@ -30,7 +30,7 @@ export class StaticModule implements OnModuleInit {
|
||||
const windowVar = '<!--window-config-->';
|
||||
|
||||
const configString = {
|
||||
ENV: this.environmentService.getEnv(),
|
||||
ENV: this.environmentService.getNodeEnv(),
|
||||
APP_URL: this.environmentService.getAppUrl(),
|
||||
IS_CLOUD: this.environmentService.isCloud(),
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user