mirror of https://github.com/NewLifeX/X
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
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"
|
|
}
|
|
}
|
|
}
|