|
@@ -1,59 +1,10 @@
|
|
|
{
|
|
|
+ "DetailedErrors": true,
|
|
|
"Logging": {
|
|
|
"LogLevel": {
|
|
|
"Default": "Information",
|
|
|
"Microsoft": "Warning",
|
|
|
"Microsoft.Hosting.Lifetime": "Information"
|
|
|
}
|
|
|
- },
|
|
|
- "AllowedHosts": "*",
|
|
|
- "ConnectionSetting": {
|
|
|
- //"MySqlConnection": "server=120.26.5.167;user id=root;password=Ropin1234%$#@;port=8605;persistsecurityinfo=True;database=SH_HB_Test;sslMode=None",
|
|
|
- //"RedisConnection": "60.204.212.71:6380,defaultDatabase=2,password=1234566,connectTimeout=15000,syncTimeout=5000",
|
|
|
-
|
|
|
- //"MySqlConnection": "server=60.204.212.71;user id=root;password=Ropin@EPE5744;port=5744;persistsecurityinfo=True;database=SH_HB_Owner_20250224;sslMode=None",
|
|
|
- //"RedisConnection": "60.204.212.71,defaultDatabase=1,password=1234566,connectTimeout=15000,syncTimeout=5000",
|
|
|
-
|
|
|
- "MySqlConnection": "server=60.204.212.71;user id=root;password=Ropin@EPE5744;port=5744;persistsecurityinfo=True;database=SH_HB_Owner_20250321;sslMode=None",
|
|
|
- "RedisConnection": "60.204.212.71,defaultDatabase=1,password=1234566,connectTimeout=15000,syncTimeout=5000,abortConnect=false"
|
|
|
-
|
|
|
- },
|
|
|
- "WX": {
|
|
|
- "Token": "qwertyuiop",
|
|
|
- "AppId": "wx40250567e9c14ae6",
|
|
|
- "Secret": "8c1117595f359f4ebc60650ed27e835a",
|
|
|
- "Code2Session": "https://api.weixin.qq.com/sns/jscode2session?appid={0}&secret={1}&js_code={2}&grant_type=authorization_code"
|
|
|
- },
|
|
|
- "JWT": {
|
|
|
- "Issuer": "yandaniu",
|
|
|
- "Audience": "TestAudience",
|
|
|
- "IssuerSigningKey": "yandaniu1234567890",
|
|
|
- "AccessTokenExpiresMinutes": "60",
|
|
|
- "ValidAudience": "yandaniu",
|
|
|
- "RefreshTokenAudience": "RefreshTokenAudience",
|
|
|
- "RefreshTokenExpiresMinutes": "10080" //60*24*7
|
|
|
- },
|
|
|
- "Middleware": {
|
|
|
- "QuartzNetJob": {
|
|
|
- "Enabled": true
|
|
|
- },
|
|
|
- "Consul": {
|
|
|
- "Enabled": false
|
|
|
- }
|
|
|
- },
|
|
|
- "APIUrl": {
|
|
|
- "PublicPushMessageAPI": "http://60.204.212.71:93/api/Account/PublicPushMessage"
|
|
|
- },
|
|
|
- "IniInflux": {
|
|
|
- "infuxUrl": "http://60.204.212.71:8085/",
|
|
|
- "infuxUser": "admin",
|
|
|
- "infuxPwd": "123456"
|
|
|
- },
|
|
|
- "RabbitMQ": {
|
|
|
- "HostName": "60.204.212.71", //IP地址
|
|
|
- "Port": 5673, //端口号
|
|
|
- "UserName": "admin", //用户账号
|
|
|
- "VirtualHost": "/",
|
|
|
- "Password": "ropin@epe" //用户密码
|
|
|
}
|
|
|
-}
|
|
|
+}
|