From c56f97387a2226cbea54970b74087bb77cd84e6f Mon Sep 17 00:00:00 2001 From: billowliu2 Date: Thu, 5 Mar 2020 09:58:35 +0800 Subject: [PATCH] =?UTF-8?q?=E6=95=B0=E6=8D=AE=E5=BA=93=E8=AE=BE=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/WebHost/config/db.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/WebHost/config/db.json b/src/WebHost/config/db.json index 9a4cdd7..244e330 100644 --- a/src/WebHost/config/db.json +++ b/src/WebHost/config/db.json @@ -2,21 +2,21 @@ //是否开启日志 "Logging": false, //数据库类型 0、SqlServer 1、MySql 2、SQLite - "Dialect": 2, + "Dialect": 0, //数据库版本 "Version": "", //数据库地址 - "Server": "..\\..\\data\\SQLite", + "Server": "106.12.206.86", //端口号 - "Port": 0, + "Port": 1433, //用户名 - "UserId": "", + "UserId": "sa", //密码 - "Password": "", + "Password": "bianhao125", //是否创建数据库和表 - "CreateDatabase": true, + "CreateDatabase": false, //是否创建数据库后初始化数据 - "InitData": true, + "InitData": false, //模块列表 "Modules": [ {