|
|
@@ -55,7 +55,6 @@ export const CONFIG_KEYS = [
|
|
|
'app:maxFileSize',
|
|
|
'app:fileUploadTimeout',
|
|
|
'app:fileUploadTotalLimit',
|
|
|
- 'app:fileUploadDisabled',
|
|
|
'app:elasticsearchVersion',
|
|
|
'app:elasticsearchUri',
|
|
|
'app:elasticsearchRequestTimeout',
|
|
|
@@ -387,9 +386,6 @@ export const CONFIG_DEFINITIONS = {
|
|
|
'app:globalLang': defineConfig<string>({
|
|
|
defaultValue: 'en_US',
|
|
|
}),
|
|
|
- 'app:fileUploadDisabled': defineConfig<boolean>({
|
|
|
- defaultValue: false,
|
|
|
- }),
|
|
|
'app:fileUploadType': defineConfig<AttachmentMethodType>({
|
|
|
envVarName: 'FILE_UPLOAD',
|
|
|
defaultValue: AttachmentMethodType.aws,
|