12345678910111213141516171819202122232425262728293031323334353637383940 |
- {
- "Logging": {
- "LogLevel": {
- "Default": "Warning"
- }
- },
- "AllowedHosts": "*",
- //用户配置信息
- "AppSettings": {
- //Redis缓存
- "RedisCaching": {
- "KeyPrefix": "habook:cms",
- "Enabled": true,
- "DataBase": 1,
- "ConnectionString": "teammodel.redis.cache.chinacloudapi.cn:6380,password=9wcTVDiAWiAf0IF5NOjZBvYrZe9JlbEw1E3F1QFcNbo=,ssl=True,abortConnect=False"
- },
- //数据库配置
- "Azure": {
- "TableStorageConnection": "DefaultEndpointsProtocol=https;AccountName=teammodelstorage;AccountKey=Yq7D4dE6cFuer2d2UZIccTA/i0c3sJ/6ITc8tNOyW+K5f+/lWw9GCos3Mxhj47PyWQgDL8YbVD63B9XcGtrMxQ==;EndpointSuffix=core.chinacloudapi.cn",
- "CosmosDBConnection": {
- "AccountEndpoint": "https://teammodelostest.documents.azure.cn:443/",
- "AccountKey": "ReGoiHuTbU4Q31YYq4NaiormE6Ci71piT7OrvTzAuhrlgt63ajdtDZmwOZKzcz6gnwR326mJp53InY7rohepQQ=="
- }
- },
- "Date": "2018-08-28",
- "Author": "Blog.Core"
- },
- "JwtAuth": {
- "SecurityKey": "b0a364cd88a7612870bb1d5f51712d43",
- "Issuer": "HaBook.Cms.Admin",
- "Audience": "wr",
- "WebExp": 12,
- "AppExp": 1440,
- "MiniProgramExp": 1440,
- "OtherExp": 6
- },
- "Cache": {
- "IsUseRedis": true
- }
- }
|