Explorar el Código

default none => aws

Taichi Masuyama hace 3 años
padre
commit
f4dbf0b0a9
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      packages/app/src/server/service/config-loader.ts

+ 1 - 1
packages/app/src/server/service/config-loader.ts

@@ -53,7 +53,7 @@ const ENV_VAR_NAME_TO_CONFIG_INFO = {
     ns:      'crowi',
     key:     'app:fileUploadType',
     type:    ValueType.STRING,
-    default: 'none',
+    default: 'aws',
   },
   FILE_UPLOAD_USES_ONLY_ENV_VAR_FOR_FILE_UPLOAD_TYPE: {
     ns:      'crowi',