mirror of https://github.com/nocodb/nocodb
Wing-Kam Wong
2 years ago
2 changed files with 4 additions and 2 deletions
@ -1,3 +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_ATTACHMENT_FIELD_SIZE = +(process.env['NC_ATTACHMENT_FIELD_SIZE'] || 20 * 1024 * 1024); // 20 MB
|
export const NC_ATTACHMENT_FIELD_SIZE = +( |
||||||
|
process.env['NC_ATTACHMENT_FIELD_SIZE'] || 20 * 1024 * 1024 |
||||||
|
); // 20 MB
|
||||||
|
Loading…
Reference in new issue