27 lines
669 B
JSON
27 lines
669 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning"
|
|
}
|
|
},
|
|
"Authentication":{
|
|
"Microsoft": {
|
|
"ClientId": "1f0c6ff3-a458-466b-ac92-decaa1d8b132",
|
|
"ClientSecret": "TdY8Q~Tsm1nPl6RZMbDGmVsXblJo1xdDKCoH9ayk"
|
|
|
|
}
|
|
|
|
},
|
|
"AllowedHosts": "*",
|
|
"Jwt": {
|
|
"ExpireMinutes": "4",
|
|
"Issuer": "https://api.zeronode.cn/api",
|
|
"Audience": "https://api.zeronode.cn/api",
|
|
"SigningKey": "7wU9bdVfBsX3jITh0w4bgE6fkvLk8pIcZRSUw6r8HQUnXfslYxlx4c4E0ZAIw4Ak"
|
|
},
|
|
"ConnectionStrings": {
|
|
"DBContext": "Host=localhost;Port=5432;Database=postgres;Username=postgres;Password=luolan12323;"
|
|
}
|
|
}
|