Browse Source

modify env value

Yuki Takei 1 year ago
parent
commit
81bd6a89fe
1 changed files with 1 additions and 1 deletions
  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,