From 52b743b381f825485b920a018c97faa9add05261 Mon Sep 17 00:00:00 2001 From: XiaoLFeng Date: Fri, 28 Apr 2023 08:02:53 +0800 Subject: [PATCH] =?UTF-8?q?=E9=85=8D=E7=BD=AE=E6=96=87=E4=BB=B6=E6=9B=B4?= =?UTF-8?q?=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/config.yml | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/src/main/resources/config.yml b/src/main/resources/config.yml index e69de29..3c32e6d 100644 --- a/src/main/resources/config.yml +++ b/src/main/resources/config.yml @@ -0,0 +1,29 @@ +################################# +# 筱锋工具箱配置文件 # +# 作者:筱锋xiao_lfeng # +# 博客:https://www.x-lf.com/ # +# 版本:1.0.0-Alpha # +################################# + +### +# 基础配置信息 +### +# 插件前缀显示 +Global_Prefix: "§2XF§b§lTools" + +### +# OP管理 +### +# 赋予OP密码 +OP_Password: 20040227 + +### +# 数据库配置信息 +### +Mysql_Opened: false +Mysql_Host: "localhost" +Mysql_Port: 3306 +Mysql_DataBase: "" +Mysql_User: "" +Mysql_Password: "" +Mysql_SSL: false \ No newline at end of file