From 5a565b9dd320f01fb17211c4f535e7b64d49f4b1 Mon Sep 17 00:00:00 2001 From: RTAkland <79452994+MarkusJoe@users.noreply.github.com> Date: Tue, 1 Mar 2022 00:17:33 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=85=8D=E7=BD=AE=E6=96=87?= =?UTF-8?q?=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bin/conf/config.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bin/conf/config.yml b/bin/conf/config.yml index d7b150f..25de337 100644 --- a/bin/conf/config.yml +++ b/bin/conf/config.yml @@ -14,6 +14,8 @@ database: # 数据库类型 # 可选 'SQLite' /'MySQL'/ -> 暂未开发 type: "SQLite" + SQLite: + path: "./bin/db/data.db" MySQL: # 数据库地址 host: "127.0.0.1"