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.
95 lines
2.4 KiB
95 lines
2.4 KiB
{
|
|
"Serilog": {
|
|
"Using": [
|
|
"Serilog.Sinks.Console",
|
|
"Serilog.Sinks.File"
|
|
],
|
|
"MinimumLevel": {
|
|
"Default": "Debug",
|
|
"Override": {
|
|
"Microsoft": "Information",
|
|
"Volo.Abp": "Information",
|
|
"Hangfire": "Information",
|
|
"DotNetCore.CAP": "Information",
|
|
"Serilog.AspNetCore": "Information",
|
|
"Microsoft.EntityFrameworkCore": "Information"
|
|
}
|
|
},
|
|
"WriteTo": [
|
|
{
|
|
"Name": "Console"
|
|
},
|
|
{
|
|
"Name": "File",
|
|
"Args": {
|
|
"path": "logs/logs-.txt",
|
|
"rollingInterval": "Day"
|
|
}
|
|
}
|
|
]
|
|
},
|
|
"App": {
|
|
"SelfUrl": "http://localhost:44315",
|
|
"CorsOrigins": "https://*.AbpPro.com,http://localhost:4200,http://localhost:3100"
|
|
},
|
|
"ConnectionStrings": {
|
|
"Default": "Data Source=localhost;Database=LionAbpProDB;uid=root;pwd=1q2w3E*;charset=utf8mb4;Allow User Variables=true;AllowLoadLocalInfile=true"
|
|
},
|
|
"Redis": {
|
|
"Configuration": "localhost,password=mypassword,defaultdatabase=1"
|
|
},
|
|
"Jwt": {
|
|
"Audience": "http://localhost:5010",
|
|
"SecurityKey": "dzehzRz9a8asdfasfdadfasdfasdfafsdadfasbasdf=",
|
|
"Issuer": "YHWmsOperationApiGateway",
|
|
"ExpirationTime": 30
|
|
},
|
|
"Cap": {
|
|
"Enabled": "true",
|
|
"RabbitMq": {
|
|
"HostName": "localhost",
|
|
"UserName": "admin",
|
|
"Password": "admin"
|
|
}
|
|
},
|
|
"ElasticSearch": {
|
|
"Enabled": "false",
|
|
"Url": "http://es.cn",
|
|
"IndexFormat": "Lion.AbpPro.development.{0:yyyy.MM.dd}",
|
|
"UserName": "elastic",
|
|
"Password": "aVVhjQ95RP7nbwNy",
|
|
"SearchIndexFormat": "Lion.AbpPro.development*"
|
|
},
|
|
"HttpClient": {
|
|
"Sts": {
|
|
"Name": "Sts",
|
|
"Url": "http://localhost:44354"
|
|
},
|
|
"Github": {
|
|
"Name": "Github",
|
|
"Url": "https://github.com",
|
|
"ClientId": "127fc528f611879fba03",
|
|
"ClientSecret": "fd0914e9e8e28b51dd5efe381121429279e43973"
|
|
},
|
|
"GithubApi": {
|
|
"Name": "GithubApi",
|
|
"Url": "https://api.github.com",
|
|
"ClientName": "AbpPro"
|
|
}
|
|
},
|
|
"Consul": {
|
|
"Enabled": false,
|
|
"Host": "http://localhost:8500",
|
|
"Service": "Project-Service"
|
|
},
|
|
"AliYun": {
|
|
"OSS": {
|
|
"AccessKeyId": "LTAI5tLkt3vvScGPVZ5qKJDc1S",
|
|
"AccessKeySecret": "BixV8vP5uPrbsdwjYzzsEXOPjkxPST2S",
|
|
"Endpoint": "oss-cn-shenzhen.aliyuncs.com",
|
|
"ContainerName": "lion-abp-pro",
|
|
"RegionId": "oss-cn-shenzhen",
|
|
"RoleArn": "acs:ram::1846393972471789:role/ramosstestst"
|
|
}
|
|
}
|
|
}
|