Explorar o código

新增 Telegram Bot 配置项,添加 BOT_TOKEN 字段以支持 Bot 服务的配置。

wuyi hai 3 meses
pai
achega
f623e174c0
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  1. 3 0
      src/types/fastify.d.ts

+ 3 - 0
src/types/fastify.d.ts

@@ -22,6 +22,9 @@ declare module 'fastify' {
       OSS_BUCKET: string
       OSS_REGION: string
       OSS_ENDPOINT: string
+      
+      // Telegram Bot配置
+      BOT_TOKEN: string
     }
     dataSource: DataSource
   }