Explorar el Código

modify env value

Yuki Takei hace 1 año
padre
commit
81bd6a89fe
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      apps/app/src/server/service/config-loader.ts

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

@@ -742,7 +742,7 @@ const ENV_VAR_NAME_TO_CONFIG_INFO = {
     type: ValueType.BOOLEAN,
     default: false,
   },
-  AI_SERVICE_TYPE: {
+  OPENAI_SERVICE_TYPE: {
     ns: 'crowi',
     key: 'app:openaiServiceType',
     type: ValueType.STRING,