12 lines
291 B
JSON
12 lines
291 B
JSON
{
|
||
|
||
"ConnectionStrings": {
|
||
|
||
"Conn": "Data Source=192.168.0.58;User ID=root;Password=123456;Initial Catalog=bzfm_mes;Port=3306",
|
||
"DbType": 0, //数据库类型 MySql = 0, SqlServer = 1, Oracle = 3,PgSql = 4
|
||
"ConfigId": "0", //多租户唯一标识
|
||
"IsAutoCloseConnection": true
|
||
}
|
||
|
||
|
||
} |