This commit is contained in:
lwh 2023-06-02 21:45:04 +08:00
parent 5f40d38679
commit 527083363a

View File

@ -7,8 +7,8 @@
} }
}, },
"ConnectionStrings": { "ConnectionStrings": {
"conn_db": "server=47.242.159.172;Database=net_template;Uid=net_template;Pwd=pZLC23cAmRCKmCKf;SslMode=none;CharSet=utf8mb4;AllowLoadLocalInfile=true;AllowUserVariables=true;", "conn_db": "server=47.242.159.172;Database=shop_template;Uid=shop_template;Pwd=TWYrxjCiEnmP6aBi;SslMode=none;CharSet=utf8mb4;AllowLoadLocalInfile=true;AllowUserVariables=true;",
//"conn_db": "server=127.0.0.1;Database= net_template;Uid=root;Pwd=root;SslMode=none;CharSet=utf8mb4;AllowLoadLocalInfile=true;AllowUserVariables=true;", //"conn_db": "server=127.0.0.1;Database= shop_template;Uid=root;Pwd=root;SslMode=none;CharSet=utf8mb4;AllowLoadLocalInfile=true;AllowUserVariables=true;",
"conn_db_type": "8" // MySql = 0, SqlServer = 1 "conn_db_type": "8" // MySql = 0, SqlServer = 1
}, },
"urls": "http://localhost:8888", //urldevServer "urls": "http://localhost:8888", //urldevServer
@ -41,13 +41,13 @@
"templateCode": "SMS_154950909" "templateCode": "SMS_154950909"
}, },
"gen": { "gen": {
"conn": "server=47.242.159.172;Database=net_template;Uid=net_template;Pwd=pZLC23cAmRCKmCKf;SslMode=none;CharSet=utf8mb4;AllowLoadLocalInfile=true;AllowUserVariables=true;", "conn": "server=47.242.159.172;Database=shop_template;Uid=shop_template;Pwd=TWYrxjCiEnmP6aBi;SslMode=none;CharSet=utf8mb4;AllowLoadLocalInfile=true;AllowUserVariables=true;",
//"conn": "server=127.0.0.1;Database= net_template;Uid=root;Pwd=root;SslMode=none;CharSet=utf8mb4;AllowLoadLocalInfile=true;AllowUserVariables=true;", //"conn": "server=127.0.0.1;Database= shop_template;Uid=root;Pwd=root;SslMode=none;CharSet=utf8mb4;AllowLoadLocalInfile=true;AllowUserVariables=true;",
"dbType": 8, //MySql = 0, SqlServer = 1 "dbType": 8, //MySql = 0, SqlServer = 1
"autoPre": true, // "autoPre": true, //
"author": "admin", "author": "admin",
"tablePrefix": "tb_", //"表前缀(生成类名不会包含表前缀,多个用逗号分隔)", "tablePrefix": "tb_", //"表前缀(生成类名不会包含表前缀,多个用逗号分隔)",
"vuePath": "D:\\.Net\\Aerwen\\wpf\\\tnet_template_new_back" //egD:\Work\ARWAdmin-Vue3 "vuePath": "D:\\.Net\\Aerwen\\weixin_xcx\\shop_template\\shop_template_back" //egD:\Work\ARWAdmin-Vue3
}, },
// //
"MailOptions": { "MailOptions": {