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.
29 lines
719 B
29 lines
719 B
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft": "Warning",
|
|
"Microsoft.Hosting.Lifetime": "Information"
|
|
}
|
|
},
|
|
"AllowedHosts": "*",
|
|
"LogToElasticSearch": {
|
|
"Enabled": "true",
|
|
"ElasticSearch": {
|
|
"Url": "http://es.platform.cn",
|
|
"IndexFormat": "CompanyNameProjectName.public.api.dev-{0:yyyy.MM.dd}",
|
|
"UserName": "erp",
|
|
"Password": "TCYobkZxWu0ELYZY"
|
|
}
|
|
},
|
|
"AuthServer": {
|
|
"Authority": "http://sts.vnext.identity.development.cn",
|
|
"RequireHttpsMetadata": "false",
|
|
"ApiName": "CompanyNameProjectNamePublicApi"
|
|
},
|
|
"RemoteServices": {
|
|
"CompanyNameProjectName": {
|
|
"BaseUrl": "http://localhost:50000/"
|
|
}
|
|
}
|
|
}
|