{ "Logging": { "IncludeScopes": false, "Debug": { "LogLevel": { "Default": "Warning" } }, "Console": { "LogLevel": { "Default": "Warning" } } }, "AllowedHosts": "*", "Jwt": { "Secret": "Y2F0Y2yhciUyMHdvbmclMFWfsaZlJTIwLm5ldA==", //密钥,目前暂时没有用 "Issuer": "ZnycTeach", //颁发者 "Audience": "api", "Expiration": 120, //过期时长,分钟, "refreshJwtTime": 240 //有效刷新时间,分钟 }, "DbConnections": { "DefaultDb": { "MasterDB": { // mysql生产数据库 "ConnectionString": "server=172.16.0.6;database=znyc_dispatching;user=znyc;CharSet=utf8mb4;password=UhcAoRR5A3hnt^%U;port=3306;Allow User Variables=True;sslMode=None;", //主库 "DatabaseType": "MySql" //MySql数据库类型 } } }, "AppSetting": { "SoftName": "Znyc Framework", "CertificatedCompany": "Znyc", "ConStringEncrypt": "false", "DefaultDataBase": "DefaultDb", "IsDBReadWriteSeparate": false, //开启数据库读写分离 "QueryDBStrategy": "Random", //定义多个从数据库的访问策略 "LoginProvider": "Cookie", "AppId": "system", "AppSecret": "87135AB0160F706D8B47F06BDABA6FC6", "AllowOrigins": "http://localhost,http://localhost:8080,http://localhost:9529,http://localhost:44304;http://localhost:9528", "SessionTimeOut": "30", //session过期时长,分钟 "IsMultiTenant": false //开启多租户模式 }, "CacheProvider": { "UseRedis": true, // Redis生产数据库 "Redis_ConnectionString": "172.16.0.17:6379,defaultdatabase=6", //"Redis_InstanceName": "", "Cache_Memcached_Configuration": "" }, "SwaggerDoc": { "ContactName": "Znyc", "Description": "api接口采用token+签名验证,在使用swagger测试接口时须先获取Token;", "Title": "Znyc Admin API 文档" }, "SenparcSetting": { "IsDebug": true, "DefaultCacheNamespace": "DefaultCache", "SenparcUnionAgentKey": "#{SenparcUnionAgentKey}#" }, //微信小程序 "SenparcWeixinSetting": { "IsDebug": true, "WxOpenAppId": "wxa883c42a8db02847", "WxOpenAppSecret": "4b9bd0910aab6c7b5266b07d5c17dba6", "WxOpenToken": "#{WxOpenToken}#", "WxOpenEncodingAESKey": "#{WxOpenEncodingAESKey}#" }, //微信公众号 "WxOpen": { "WxOpenAppId": "wx71f2b227f8eaf00a", "WxOpenAppSecret": "bf868056d4e58f4b2831ff74308120ac", "WxOpenToken": "rzC0pRTuBznwd3", "WxOpenEncodingAESKey": "Z9ifQKA8kvQjybOXuXl8I0r9cFHWJGwW2q5iE5e37AM" }, "MongoConnection": { "ConnectionString": "mongodb://172.16.0.16:27017", "Database": "ZNYCGPS", "IsSSL": true }, "Hangfire": { "Login": "znyc", "Password": "znyc2021" } }