新生命X组件,数据中间件XCode、日志、网络、RPC、序列化、缓存、Windows服务 www.newlifex.com
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

23 lines
852 B

{
"Url": "https://newlifex.com/",
"ConnectionStrings": {
"MySQL.AppSettings": {
"connectionString": /**/ "Server=.;Port=3306;Database=mysql;Uid=MySQL.default;Pwd=;",
"providerName": "MySql.Data.MySqlClient"
//
//
},
"sqlserver": {
"connectionString": "Server=127.0.0.1;Database=Membership;Uid=root;Pwd=root;",
"providerName": "SqlServer"
},
"MySQL.AppSettings.default": {
/*"connectionString": "Server=.;Port=3306;Database=mysql;Uid=MySQL.default;Pwd=;",*/
/*"providerName": "MySql.Data.MySqlClient"*/
},
"TDengine": {
"connectionString": "Server=gz01.newlifex.com;Port=6030;Database=db;user=root;password=taosdata",
"providerName": "TDengine"
}
}
}