Camera Information System
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.

47 lines
1.5 KiB

{
"$schema": "https://gitee.com/dotnetchina/Furion/raw/v4/schemas/v4/furion-schema.json",
"DbConnection": {
"ConnectionConfigs": [
{
"ConfigId": "Cis",
"DbType": "MySql", // MySqlSqlServerSqliteOraclePostgreSQLDmKdbndpOscarMySqlConnectorAccess
"ConnectionString": "Data Source=127.0.0.1;port=3306;User ID=root;Password=123456;Database=Cis;pooling=true;sslmode=none;CharSet=utf8;",
//"DbType": "Sqlite",
//"ConnectionString": "DataSource=./cis.db",
//"DbType": "PostgreSQL",
//"ConnectionString": "HOST=127.0.0.1;PORT=5432;USER ID=pgsql;PASSWORD=123456;DATABASE=cis;",
"EnableInitDb": false, //
}
]
},
"Cache": {
"CacheType": "Redis", // MemoryRedis
"RedisConnectionString": "127.0.0.1:6379;password=123456;db=2"
},
"SnowId": {
"WorkerId": 5 // 0~63,1
},
"SpecificationDocumentSettings": {
"DocumentTitle": "Swagger",//
"DefaultGroupName": "Default"//
},
"DynamicApiControllerSettings": {
"DefaultRoutePrefix": "api", //
"KeepVerb": true, //
"KeepName": true, //
"LowercaseRoute": false, //
"AsLowerCamelCase": true, //
"UrlParameterization": true //
},
"AppSettings": {
"InjectSpecificationDocument": true // Swagger
},
"CorsAccessorSettings": {
"WithExposedHeaders": [
"access-token",
"x-access-token",
"environment"
]
}
}