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.

22 lines
981 B

{
"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=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;"
}