123456789101112131415161718192021222324252627 |
- {
- "Logging": {
- "LogLevel": {
- "Default": "Information",
- "Microsoft": "Warning",
- "Microsoft.Hosting.Lifetime": "Information"
- }
- },
- "AllowedHosts": "*",
- "Setting": {
- "Host": "http://localhost:6003/",
- "OssHost": "http://oss.kexiaoshuang.com",
- "Database": "TrainServer",
- "SqlConnStr": "server=localhost;port=3306;user=;password=;database=;charset=utf8;",
- "RedisConnStr": "localhost:6379,password=,DefaultDatabase=3,poolsize=500,preheat=50,asyncPipeline=true",
- "IOSAppVersion": "1.0.0",
- "AndroidAppVersion": "1.0.0",
- "OSSKey": "",
- "OSSSecret": "",
- "OSSEndpoint": "",
- "OSSBucketName": "",
- "AppSource": "/skin/app/default/",
- "JwtSecret": "JvDHuowbOnWiyxMIFc9gG5rw1LSSc0xx68L31oRfxS0",
- "JwtIss": "TrainServer",
- "JwtAud": "api"
- }
- }
|