Admin.net框架
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.
 
 

28 lines
1.5 KiB

{
"$schema": "https://gitee.com/dotnetchina/Furion/raw/v4/schemas/v4/furion-schema.json",
"DbConnection": {
// SqlSugarConfigId
"ConnectionConfigs": [
{
"DbType": "MySql", // MySqlSqlServerSqliteOraclePostgreSQLDmKdbndpOscarMySqlConnectorAccessOpenGaussQuestDBHGClickHouseGBaseOdbcCustom
//"ConnectionString": "DataSource=./Admin.NET.db", //
"ConnectionString": "Data Source='localhost';database='ajrplatform_newbs';User Id='root';pwd='123456';charset='utf8';pooling=true", //
"EnableInitDb": true, //
"EnableInitSeed": true, //
"EnableDiffLog": false, //
"EnableUnderLine": false // 线
}
//
//{
// "ConfigId": "test",
// "DbType": "Sqlite",
// "ConnectionString": "DataSource=./test.db", //
// "EnableInitDb": true, //
// "EnableInitSeed": true, //
// "EnableDiffLog": false, //
// "EnableUnderLine": false // 线
//}
]
}
}