This commit is contained in:
赵正易 2024-11-01 13:01:13 +08:00
parent 902f906426
commit 5d1157dd74

View File

@ -10,7 +10,7 @@
"dbConfigs": [
{
"Conn": "Data Source=127.0.0.1;User ID=root;Password=123456;Initial Catalog=pbl_huaxiang;Charset=utf8mb4",
"Conn": "Data Source=192.168.0.58;User ID=root;Password=123456;Initial Catalog=pbl_huaxiang;Charset=utf8mb4",
"DbType": 0, // MySql = 0, SqlServer = 1, Oracle = 3PgSql = 4
"ConfigId": "0", //
"IsAutoCloseConnection": true
@ -20,7 +20,7 @@
//
"CodeGenDbConfig": {
//{dbName}
"Conn": "Data Source=127.0.0.1;User ID=root;Password=123456;Initial Catalog={dbName};",
"Conn": "Data Source=192.168.0.58;User ID=root;Password=123456;Initial Catalog={dbName};",
"DbType": 0,
"IsAutoCloseConnection": true,
"DbName": "pbl_huaxiang" //,Oracle
@ -31,7 +31,7 @@
"Issuer": "DOANAdmin.NET", //token
"Audience": "DOANAdmin.NET", //token
"SecretKey": "SecretKey-DOANADMIN.NET-202311281883838",
"Expire": 1440, //jwt
"Expire": 0, //jwt
"RefreshTokenTime": 30, //
"TokenType": "Bearer"
},
@ -106,7 +106,7 @@
//
"autoPre": true,
//
"moduleName": "business",
"moduleName": "PBL",
"author": "admin",
"tablePrefix": "sys_", //"表前缀(生成类名不会包含表前缀,多个用逗号分隔)",
"vuePath": "", //egD:\Work\DOANAdmin-Vue3