From 234ed15739ff52a8b7982417107eae3caf541900 Mon Sep 17 00:00:00 2001 From: MarkusJoe Date: Mon, 28 Feb 2022 21:22:40 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=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 | 7 ------- 1 file changed, 7 deletions(-) diff --git a/bin/conf/config.yml b/bin/conf/config.yml index a935772..d7b150f 100644 --- a/bin/conf/config.yml +++ b/bin/conf/config.yml @@ -14,13 +14,6 @@ database: # 数据库类型 # 可选 'SQLite' /'MySQL'/ -> 暂未开发 type: "SQLite" - SQLite: - # 数据库的路径, - # 需要从app.py文件所在目录为工作目录 - path: "./bin/db/data.db" - - -# 暂未开发 MySQL: # 数据库地址 host: "127.0.0.1"