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.
25 lines
1.2 KiB
25 lines
1.2 KiB
{
|
|
"ConnectionStrings": {
|
|
"DefaultDbNumber": "0",
|
|
//"DefaultDbType": "Sqlite",
|
|
//"DefaultDbString": "Data Source=./GDZZ.db",
|
|
//"DefaultDbType": "SqlServer",
|
|
//"DefaultDbString": "Server=.;Database=GDZZCodeFirst;User=sa;Password=123456;MultipleActiveResultSets=True;",
|
|
"DefaultDbType": "MySql",
|
|
"DefaultDbString": "Data Source=106.55.234.178;Database=magic;User ID=root;Password=zongzhi2022;pooling=true;port=3306;sslmode=none;CharSet=utf8;Convert Zero Datetime=True;Allow Zero Datetime=True;",
|
|
//"DefaultDbString": "Data Source=127.0.0.1;Database=magic;User ID=root;Password=zhongzhi2022;pooling=true;port=3306;sslmode=none;CharSet=utf8;Convert Zero Datetime=True;Allow Zero Datetime=True;",
|
|
"DbConfigs": [
|
|
{
|
|
"DbNumber": "1",
|
|
"DbType": "Sqlite",
|
|
"DbString": "Data Source=./flow.db"
|
|
}
|
|
]
|
|
}
|
|
|
|
//数据库示例连接串
|
|
//"Sqlite": "Data Source=./GDZZ.db"
|
|
//"SqlServer": "Server=.;Database=GDZZ;User=sa;Password=123456;MultipleActiveResultSets=True;",
|
|
//"MySql": "Data Source=localhost;Database=GDZZ;User ID=root;Password=123456;pooling=true;port=3306;sslmode=none;CharSet=utf8;Convert Zero Datetime=True;Allow Zero Datetime=True;"
|
|
|
|
} |