2019-05-18 21:21:03 +08:00
|
|
|
{
|
|
|
|
"DB": [
|
|
|
|
{
|
2019-09-12 10:39:34 +08:00
|
|
|
"Enabled": true,
|
2020-02-12 21:56:35 +08:00
|
|
|
"ProviderName": "Sqlite",
|
2019-09-12 10:39:34 +08:00
|
|
|
"ConnectionStrings": {
|
2020-02-12 21:56:35 +08:00
|
|
|
"ba": "Data Source=BootstrapAdmin.db;"
|
2019-09-12 10:39:34 +08:00
|
|
|
}
|
2019-05-18 21:21:03 +08:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"Enabled": true,
|
2020-02-12 21:56:35 +08:00
|
|
|
"ProviderName": "SqlServer",
|
2019-05-18 21:21:03 +08:00
|
|
|
"ConnectionStrings": {
|
2020-02-12 21:56:35 +08:00
|
|
|
"ba": "Data Source=(local)\\SQL2017;Initial Catalog=BootstrapAdmin;User ID=sa;Password=Password12!"
|
2019-05-18 21:21:03 +08:00
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"Enabled": true,
|
|
|
|
"ProviderName": "MySql",
|
|
|
|
"ConnectionStrings": {
|
2020-02-13 12:06:36 +08:00
|
|
|
"ba": "Server=localhost;Database=BootstrapAdmin;Uid=root;Pwd=Password12!;SslMode=none;charset=utf8;"
|
2019-05-18 21:21:03 +08:00
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"Enabled": true,
|
|
|
|
"ProviderName": "Npgsql",
|
|
|
|
"ConnectionStrings": {
|
|
|
|
"ba": "Server=localhost:5432;Database=BootstrapAdmin;User ID=postgres;Password=Password12!;"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"Enabled": true,
|
|
|
|
"Widget": "Bootstrap.DataAccess.MongoDB",
|
|
|
|
"ConnectionStrings": {
|
2019-08-31 18:34:54 +08:00
|
|
|
"ba": "mongodb://localhost:27017/BootstrapAdmin"
|
2019-05-18 21:21:03 +08:00
|
|
|
}
|
|
|
|
}
|
2019-08-30 17:32:04 +08:00
|
|
|
]
|
2019-05-18 21:21:03 +08:00
|
|
|
}
|