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.
64 lines
1.6 KiB
64 lines
1.6 KiB
{
|
|
"Serilog": {
|
|
"MinimumLevel": {
|
|
"Default": "Information",
|
|
"Override": {
|
|
"Microsoft": "Information",
|
|
"Volo.Abp": "Information",
|
|
"Hangfire": "Information",
|
|
"DotNetCore.CAP": "Information",
|
|
"Serilog.AspNetCore": "Information"
|
|
}
|
|
}
|
|
},
|
|
"App": {
|
|
"CorsOrigins": "https://*.ProjectName.com,http://localhost:4200,http://localhost:3100"
|
|
},
|
|
"ConnectionStrings": {
|
|
"Default": "Data Source=localhost;Database=CompanyNameProjectNameDB;uid=root;pwd=1q2w3E*;charset=utf8mb4;Allow User Variables=true;AllowLoadLocalInfile=true"
|
|
},
|
|
"Cache": {
|
|
"Redis": {
|
|
"ConnectionString": "localhost",
|
|
"Password": "mypassword",
|
|
"DatabaseId": 0
|
|
}
|
|
},
|
|
"AuthServer": {
|
|
"Authority": "https://localhost:44354",
|
|
"RequireHttpsMetadata": "true",
|
|
"SwaggerClientId": "ProjectName_Swagger",
|
|
"SwaggerClientSecret": "1q2w3e*"
|
|
},
|
|
"StringEncryption": {
|
|
"DefaultPassPhrase": "YFLtqf75HkDnKR0n"
|
|
},
|
|
"Jwt": {
|
|
"Audience": "CompanyNameProjectName",
|
|
//客户端标识
|
|
"SecurityKey": "dzehzRz9a8asdfasfdadfasdfasdfafsdadfasbasdf=",
|
|
"Issuer": "CompanyNameProjectName",
|
|
//签发者
|
|
"ExpirationTime": 24
|
|
//过期时间 hour
|
|
},
|
|
"RabbitMq": {
|
|
"HostName": "localhost",
|
|
"UserName": "admin",
|
|
"Password": "admin"
|
|
},
|
|
"LogToElasticSearch": {
|
|
"Enabled": "true",
|
|
"ElasticSearch": {
|
|
"Url": "http://yhwms-es.platform.staging.yhglobal.cn:80",
|
|
"IndexFormat": "yhwms.operations.development",
|
|
"UserName": "elastic",
|
|
"Password": "aVVhjQ95RP7nbwNy"
|
|
}
|
|
},
|
|
"HttpClient": {
|
|
"Sts": {
|
|
"Url": "http://localhost:44354"
|
|
}
|
|
}
|
|
}
|