Ver Fonte

revert key string for SLACKBOT_TYPE

Yuki Takei há 4 anos atrás
pai
commit
28731e0c55
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      packages/app/src/server/service/config-loader.ts

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

@@ -458,7 +458,7 @@ const ENV_VAR_NAME_TO_CONFIG_INFO = {
   },
   SLACKBOT_TYPE: {
     ns:      'crowi',
-    key:     'slackbot:currentType', // enum SlackbotType
+    key:     'slackbot:currentBotType', // enum SlackbotType
     type:    ValueType.STRING,
     default: null,
   },