doc: Client 工程增加 MySQL 配置项
This commit is contained in:
parent
d1e8e104c6
commit
c0fab60865
|
@ -31,6 +31,13 @@
|
||||||
"client": "Data Source=Client.db;"
|
"client": "Data Source=Client.db;"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"Enabled": false,
|
||||||
|
"ProviderName": "MySql",
|
||||||
|
"ConnectionStrings": {
|
||||||
|
"ba": "Server=localhost;Database=BootstrapAdmin;Uid=root;Pwd=argo@163.com;SslMode=none;"
|
||||||
|
}
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"Enabled": false,
|
"Enabled": false,
|
||||||
"Widget": "Bootstrap.Client.DataAccess.MongoDB",
|
"Widget": "Bootstrap.Client.DataAccess.MongoDB",
|
||||||
|
|
|
@ -28,6 +28,13 @@
|
||||||
"client": "Data Source=Client.db;"
|
"client": "Data Source=Client.db;"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"Enabled": false,
|
||||||
|
"ProviderName": "MySql",
|
||||||
|
"ConnectionStrings": {
|
||||||
|
"ba": "Server=localhost;Database=BootstrapAdmin;Uid=argozhang;Pwd=argo@163.com;SslMode=none;"
|
||||||
|
}
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"Enabled": false,
|
"Enabled": false,
|
||||||
"Widget": "Bootstrap.Client.DataAccess.MongoDB",
|
"Widget": "Bootstrap.Client.DataAccess.MongoDB",
|
||||||
|
|
Loading…
Reference in New Issue