47 lines
1.4 KiB
JSON
47 lines
1.4 KiB
JSON
{
|
|
"ConnectionStrings": {
|
|
"DefaultConnection": "Server=192.168.195.15,1433;uid=sa;pwd=Dbt@com@123;Database=MiAssessment_Admin;MultipleActiveResultSets=true;pooling=true;min pool size=5;max pool size=32767;connect timeout=20;Encrypt=True;TrustServerCertificate=True;",
|
|
"BusinessConnection": "Server=192.168.195.15,1433;uid=sa;pwd=Dbt@com@123;Database=MiAssessment_Business;MultipleActiveResultSets=true;pooling=true;min pool size=5;max pool size=32767;connect timeout=20;Encrypt=True;TrustServerCertificate=True;",
|
|
"Redis": "192.168.195.15:6379,defaultDatabase=2,abortConnect=false,connectTimeout=5000"
|
|
},
|
|
"Jwt": {
|
|
"Secret": "MiAssessmentAdminSecretKey2024!@#$%^&*()_+",
|
|
"Issuer": "MiAssessment.Admin",
|
|
"Audience": "MiAssessment.Admin.Client",
|
|
"ExpireMinutes": 1440
|
|
},
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning",
|
|
"Microsoft.EntityFrameworkCore": "Warning"
|
|
}
|
|
},
|
|
"SiteSettings": {
|
|
"ApiBaseUrl": ""
|
|
},
|
|
"AllowedHosts": "*",
|
|
"Serilog": {
|
|
"MinimumLevel": {
|
|
"Default": "Information",
|
|
"Override": {
|
|
"Microsoft": "Warning",
|
|
"System": "Warning"
|
|
}
|
|
},
|
|
"WriteTo": [
|
|
{
|
|
"Name": "Console"
|
|
},
|
|
{
|
|
"Name": "File",
|
|
"Args": {
|
|
"path": "logs/admin-.log",
|
|
"rollingInterval": "Day",
|
|
"retainedFileCountLimit": 30
|
|
}
|
|
}
|
|
]
|
|
}
|
|
}
|