From 74ab1b3f44d0267a27326440b6317fae5957c1b5 Mon Sep 17 00:00:00 2001 From: workabee <2950914812@qq.com> Date: Thu, 21 Mar 2024 15:09:06 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitmodules | 2 +- conf/test/config.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitmodules b/.gitmodules index 074232a..a24adc4 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,4 +1,4 @@ [submodule "exhibition-register"] path = exhibition-register url = http://192.168.12.3:3000/exhibition/exhibition-register.git - branch = main \ No newline at end of file + branch = dev \ No newline at end of file diff --git a/conf/test/config.yaml b/conf/test/config.yaml index 09acd9c..295b2c3 100644 --- a/conf/test/config.yaml +++ b/conf/test/config.yaml @@ -13,7 +13,7 @@ exhibitionRegister: # password: ${redis.password} zapLog: level: "info" - filename: "logs/exam-platform.log" + filename: "logs/exhibition_register.log" max_size: 5 max_age: 30 max_backups: 30