We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e4dc0e4 + 7ff1497 commit 7a5f533Copy full SHA for 7a5f533
Dockerfile
@@ -14,11 +14,8 @@ RUN npm install
14
COPY danmu_api/ ./danmu_api/
15
COPY config/ ./config_example/
16
17
-# 设置环境变量 TOKEN 默认值
18
-ENV TOKEN=87654321
19
-
20
# 暴露端口
21
EXPOSE 9321
22
23
# 启动命令
24
-CMD ["node", "danmu_api/server.js"]
+CMD ["node", "danmu_api/server.js"]
danmu_api/configs/globals.js
@@ -13,7 +13,7 @@ export const Globals = {
13
accessedEnvVars: {},
// 静态常量
- VERSION: '1.11.2',
+ VERSION: '1.11.3',
MAX_LOGS: 500, // 日志存储,最多保存 500 行
MAX_ANIMES: 100,
0 commit comments