From 6eef28ec2e1f6ac6b3722dd362f93314ae4ff339 Mon Sep 17 00:00:00 2001 From: 0016 <0016@drgyen.cn> Date: Fri, 2 Aug 2024 10:15:19 +0800 Subject: [PATCH] =?UTF-8?q?docs:=E6=8F=90=E4=BA=A4=E9=85=8D=E7=BD=AE?= =?UTF-8?q?=E6=96=87=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- manifest/config/config.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 manifest/config/config.yaml diff --git a/manifest/config/config.yaml b/manifest/config/config.yaml new file mode 100644 index 0000000..4c94270 --- /dev/null +++ b/manifest/config/config.yaml @@ -0,0 +1,11 @@ +server: + address: ":9000" + openapiPath: "/api.json" + swaggerPath: "/swagger" + +logger: + level : "all" + stdout: true + + +