修改配置
This commit is contained in:
parent
74448db62e
commit
dcca5aa867
|
|
@ -16,7 +16,7 @@
|
|||
"Connection": {
|
||||
"DBType": "MsSql", //MySql/MsSql/PgSql //数据库类型,如果使用的是sqlserver此处应设置为MsSql
|
||||
//sqlserver连接字符串
|
||||
"DbConnectionString": "Data Source=.;Initial Catalog=iMES_Open;Persist Security Info=True;User ID=sa;Password=123456;Connect Timeout=500;",
|
||||
"DbConnectionString": "Data Source=.;Initial Catalog=iMES_Open;Persist Security Info=True;User ID=sa;Password=123456;Connect Timeout=500;",
|
||||
|
||||
//mysql连接字符串(升级EFCore3.1到时已将mysql连接字符串修改,2019-12-20)
|
||||
//"DbConnectionString": " Data Source=127.0.0.1;Database=netcoredev1;AllowLoadLocalInfile=true;User ID=root;Password=jxx!@#123..errrewJXXX;allowPublicKeyRetrieval=true;pooling=true;CharSet=utf8;port=3306;sslmode=none;",
|
||||
|
|
|
|||
Loading…
Reference in New Issue