Skip to content

Commit 7a5f533

Browse files
authored
Merge branch 'huangxd-:main' into main
2 parents e4dc0e4 + 7ff1497 commit 7a5f533

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

Dockerfile

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,8 @@ RUN npm install
1414
COPY danmu_api/ ./danmu_api/
1515
COPY config/ ./config_example/
1616

17-
# 设置环境变量 TOKEN 默认值
18-
ENV TOKEN=87654321
19-
2017
# 暴露端口
2118
EXPOSE 9321
2219

2320
# 启动命令
24-
CMD ["node", "danmu_api/server.js"]
21+
CMD ["node", "danmu_api/server.js"]

danmu_api/configs/globals.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ export const Globals = {
1313
accessedEnvVars: {},
1414

1515
// 静态常量
16-
VERSION: '1.11.2',
16+
VERSION: '1.11.3',
1717
MAX_LOGS: 500, // 日志存储,最多保存 500 行
1818
MAX_ANIMES: 100,
1919

0 commit comments

Comments
 (0)