{ "$schema": "https://gitee.com/dotnetchina/Furion/raw/v4/schemas/v4/furion-schema.json", "Run": { "DataBase": { "DbType": "PostgreSql", //PostgreSql/SQLite "Factory": { "EnableCache": true, "CacheTime": 10 }, "PostgreSql": { "ConnectString": "PORT=5432;DATABASE=yw_run;HOST=localhost;PASSWORD=123456;USER ID=postgres;", "RecordConnectString": "PORT=5432;DATABASE=yw_run_record;HOST=localhost;PASSWORD=123456;USER ID=postgres;" }, "SQLite": { "ConnectString": "Data Source=yw_run.db;", "RecordConnectString": "Data Source=yw_run_record.db;" } }, "LCache": { "Prefix": "yw", "LCacheType": "Redis", //Redis/Medis "Factory": { "EnableCache": true, "CacheTime": 10 } }, "Queue": { "QueueType": "RabbitMq", //RabbitMq/Memory "Factory": { "EnableCache": true, "CacheTime": 10 } }, "Exchange": { "ExchangeType": "RabbitMq", //RabbitMq/Memory "Factory": { "EnableCache": true, "CacheTime": 10 } }, "Run": { "ExchangeName": "yw-run-real-record-run-exchange" }, "Task": { "Frequency": 60 }, "CAL": { "CALType": "HttpClient", //HttpClient/LocalClient "HttpClient": { "HttpUrl": "" }, "LocalClient": { } } } }