3 changed files with 10 additions and 48 deletions
@ -1,48 +0,0 @@ |
|||
{ |
|||
"App": { |
|||
"CorsOrigins": "https://*.ProjectName.com,http://localhost:4200,http://localhost:3100,http://120.24.194.14:8012" |
|||
}, |
|||
"ConnectionStrings": { |
|||
"Default": "Data Source=120.24.194.14;Database=CompanyNameProjectNameDB;uid=root;pwd=1q2w3E*;charset=utf8mb4;Allow User Variables=true;AllowLoadLocalInfile=true", |
|||
}, |
|||
|
|||
"Cache": { |
|||
"Redis": { |
|||
"ConnectionString": "120.24.194.14", |
|||
"Password": "1q2w3E*", |
|||
"DatabaseId": 1 |
|||
} |
|||
}, |
|||
"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://es.cn", |
|||
"IndexFormat": "CompanyName.ProjectName.HttpApi.dev-{0:yyyy.MM.dd}", |
|||
"UserName": "CompanyName.ProjectName", |
|||
"Password": "TCYobkZxWu0ELYZY" |
|||
} |
|||
} |
|||
} |
|||
Loading…
Reference in new issue