fix: add import size limit to static window config
This commit is contained in:
parent
b9b3406b28
commit
2b53e0a455
1 changed files with 2 additions and 0 deletions
|
|
@ -37,6 +37,8 @@ export class StaticModule implements OnModuleInit {
|
|||
CLOUD: this.environmentService.isCloud(),
|
||||
FILE_UPLOAD_SIZE_LIMIT:
|
||||
this.environmentService.getFileUploadSizeLimit(),
|
||||
FILE_IMPORT_SIZE_LIMIT:
|
||||
this.environmentService.getFileImportSizeLimit(),
|
||||
DRAWIO_URL: this.environmentService.getDrawioUrl(),
|
||||
SUBDOMAIN_HOST: this.environmentService.isCloud()
|
||||
? this.environmentService.getSubdomainHost()
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue