123456789101112131415161718192021222324 |
- {
- "$schema": "https://gitee.com/dotnetchina/Furion/raw/v4/schemas/v4/furion-schema.json",
- "Logging": {
- "LogLevel": {
- "Default": "Information",
- "Microsoft.AspNetCore": "Warning",
- "Microsoft.EntityFrameworkCore": "Information"
- }
- },
- "AllowedHosts": "*",
- "ConnectionConfigs": [
- {
- "ConnectionString": "Data Source=./Furion.db",
- "DbType": "Sqlite",
- "IsAutoCloseConnection": true
- }
- ],
- "AppInfo": {
- "RedisConConfig": "127.0.0.1:6379,defaultDatabase=0"
- },
- "ConnectionStrings": {
- "BaseNetDB": "Database=gpt;Data Source=127.0.0.1;Port=8889;User Id=root;Password=123456;Charset=utf8;TreatTinyAsBoolean=false;"
- }
- }
|