From 5124a64edfbcf43c8d4e9d6c396c2ebc3b31c795 Mon Sep 17 00:00:00 2001 From: zhangqian <zhangqian@123.com> Date: 星期五, 29 三月 2024 17:57:16 +0800 Subject: [PATCH] fix --- conf/config.yaml | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/conf/config.yaml b/conf/config.yaml index 2e0d467..e28923c 100644 --- a/conf/config.yaml +++ b/conf/config.yaml @@ -1,6 +1,7 @@ web: - port: 8008 + port: 8009 host: 192.168.20.119 + jwtKey: 12345 service: aps: 192.168.20.120:9091 db: -- Gitblit v1.8.0