{ "Logging": { "LogLevel": { "Default": "Warning", "Microsoft.AspNetCore": "Warning" } }, "AllowedHosts": "*", "AppConfig": { "ID": 1, //程序唯一值 "SimpLetex": { "Host": "https://server.simpletex.cn/api/", "AppSecret": "05ZbPfCFZgTmfd4uIqHHc9pHgYR2V8bk", "AppId": "GH2OXwuxSZEH5W28H61bdSzD" }, "Redis": { "ConnectionString": "127.0.0.1:6379,password=Woshiren123,defaultDatabase=10" }, "DB": { "ConnectionString": "AllowLoadLocalInfile=true;Server=192.168.2.9;User ID=root;Password=qwe123!@#;Port=3306;Database=learn.videoanalysis;CharSet=utf8mb4;pooling=true;SslMode=None", "SqlType": "MySql", "UpdateTable": false }, "OtherDBArr": [ //{ // "ConfigId": 1001, //ResourceBank // "ConnectionString": "Server=47.109.35.116;Database=ResourceBank;UID=live;Password=Woshiren^&*();MultipleActiveResultSets=true;Encrypt=True;TrustServerCertificate=True;", // "SqlType": "SqlServer" //} ] } }