You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
102 lines
3.3 KiB
102 lines
3.3 KiB
{
|
|
"App": {
|
|
"CorsOrigins": "https://*.abc.com,http://localhost:9527,http://149.223.116.5:8088"
|
|
},
|
|
"ConnectionStrings": {
|
|
"Default": "Server=dev.ccwin-in.com,13326;Database=BJABP;User ID=sa;Password=Microsoft@2022;Trusted_Connection=False;TrustServerCertificate=True",
|
|
//"SettleAccountService": "Server=dev.ccwin-in.com,13326;Database=BQ_SA;User ID=ccwin-in;Password=Microsoft@2022;Trusted_Connection=False;TrustServerCertificate=True;",
|
|
"SettleAccountService": "Server=dev.ccwin-in.com,13326;Database=BQ_SA;User ID=sa;Password=Microsoft@2022;Trusted_Connection=False;TrustServerCertificate=True;",
|
|
"ExChangeCenterService": "Server=dev.ccwin-in.com,13326;Database=ExChangeCenter;User ID=ccwin-in;Password=Microsoft@2022;Trusted_Connection=False;TrustServerCertificate=True;",
|
|
"WMSBJBMPT": "Server=dev.ccwin-in.com,6208;Database=WMS_BJBMPT_2;User ID=sa;Password=ChangkeTec@2021;Trusted_Connection=False;TrustServerCertificate=True;",
|
|
"questdb": "host=dev.ccwin-in.com;port=10580;username=admin;password=quest;database=vmi;ServerCompatibilityMode=NoTypeLoading;"
|
|
},
|
|
"MinIO": {
|
|
"EndPoint": "dev.ccwin-in.com:16084",
|
|
"AccessKey": "g0GKnhRGEQHI0uiGBYre",
|
|
"SecretKey": "iKGlLz6UBzci3xrERw5Zz1gI77enT5u9agFemHPv",
|
|
"BucketName": "default"
|
|
},
|
|
"Serilog": {
|
|
"Using": [],
|
|
"MinumumLevel": {
|
|
"Default": "Information",
|
|
"Override": {
|
|
"Microsoft": "Warning",
|
|
"System": "Warning"
|
|
}
|
|
},
|
|
|
|
"Settings": {
|
|
"Abp.Mailing.Smtp.Host": "149.223.116.5",
|
|
"Abp.Mailing.Smtp.Port": "25",
|
|
"Abp.Mailing.Smtp.UserName": "",
|
|
"Abp.Mailing.Smtp.Password": "",
|
|
"Abp.Mailing.Smtp.Domain": "",
|
|
"Abp.Mailing.Smtp.EnableSsl": "false",
|
|
"Abp.Mailing.Smtp.UseDefaultCredentials": "true",
|
|
"Abp.Mailing.DefaultFromAddress": "noreply@abp.io",
|
|
"Abp.Mailing.DefaultFromDisplayName": "ABP application"
|
|
},
|
|
|
|
"WriteTo": [
|
|
{ "Name": "Console" },
|
|
{
|
|
"Name": "File",
|
|
"Args": {
|
|
"path": ".\\Logs\\log-.txt",
|
|
"rollingInterval": "Day", // Not currently in use.
|
|
"rollOnFileSizeLimit": true,
|
|
"fileSizeLimitBytes": 10000000,
|
|
"outputTemplate": "{Timestamp:yyyy-MM-dd HH:mm:ss.fff G} {Message}{NewLine:1}{Exception:1}"
|
|
}
|
|
},
|
|
{
|
|
"Name": "MSSqlServer",
|
|
"Args": {
|
|
"connectionString": "Default",
|
|
"tableName": "Logs",
|
|
"autoCreateSqlTable": true,
|
|
"restrictedToMinimumLevel": "Information",
|
|
"batchPostingLimit": 1000,
|
|
"period": "0.00:00:30"
|
|
}
|
|
}
|
|
]
|
|
},
|
|
//"Tax": "0.13",
|
|
|
|
"RabbitMQ": {
|
|
"Connections": {
|
|
"Default": {
|
|
"HostName": "149.223.116.5"
|
|
}
|
|
},
|
|
"EventBus": {
|
|
"ClientName": "MyClientName",
|
|
"ExchangeName": "MyExchangeName"
|
|
}
|
|
},
|
|
|
|
//"AuthServer": {
|
|
// //"Authority": "http://dev.ccwin-in.com:10580",
|
|
// "Authority": "http://localhost:44378",
|
|
// "ClientId": "basic-web",
|
|
// "ClientSecret": "1q2w3e*"
|
|
//},
|
|
|
|
|
|
|
|
|
|
"AuthServer": {
|
|
"Authority": "http://dev.ccwin-in.com:16082",
|
|
"ClientId": "basic-web",
|
|
"ClientSecret": "1q2w3e*"
|
|
},
|
|
|
|
"Redis": {
|
|
"Configuration": "127.0.0.1"
|
|
},
|
|
|
|
"DefaultBranchId": "3FA85F64-5717-4562-B3FC-2C963F66AFA6",
|
|
"AllowedHosts": "*"
|
|
}
|
|
|