mirror of https://github.com/nocodb/nocodb
Muhammed Mustafa
2 years ago
5 changed files with 19 additions and 0 deletions
@ -1,2 +1,5 @@ |
|||||||
export const NC_LICENSE_KEY = 'nc-license-key'; |
export const NC_LICENSE_KEY = 'nc-license-key'; |
||||||
export const NC_APP_SETTINGS = 'nc-app-settings'; |
export const NC_APP_SETTINGS = 'nc-app-settings'; |
||||||
|
export const NC_FILE_FIELD_SIZE = process.env['NC_FILE_FIELD_SIZE'] |
||||||
|
? Number(process.env['NC_FILE_FIELD_SIZE']) |
||||||
|
: 250 * 1024 * 1024; // 250 MB
|
||||||
|
Loading…
Reference in new issue