47 lines
1.4 KiB
JSON
47 lines
1.4 KiB
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning"
|
|
}
|
|
},
|
|
"ConnectionStrings": {
|
|
"DD_ECM_Connection": "Server=SDD-VMP04-SQL17\\DD_DEVELOP01;Database=DD_ECM;User Id=sa;Password=dd;Encrypt=false;TrustServerCertificate=True;"
|
|
},
|
|
"AllowedOrigins": [ "http://172.24.12.39:85", "http://localhost:85", "http://localhost:4200", "http://localhost:5500", "https://localhost:7202" ],
|
|
"UseSwagger": true,
|
|
"RunAsWindowsService": false,
|
|
"DirectorySearch": {
|
|
"ServerName": "DD-VMP01-DC01",
|
|
"Root": "DC=dd-gan,DC=local,DC=digitaldata,DC=works",
|
|
"UserCacheExpirationDays": 1,
|
|
"CustomSearchFilters": {
|
|
"User": "(&(objectClass=user)(sAMAccountName=*))",
|
|
"Group": "(&(objectClass=group) (samAccountName=*))"
|
|
}
|
|
},
|
|
"Jwt": {
|
|
"Key": "pJBcBWZSjsWlhi1OlCcw6ERTMRNb7qsdvsfvdfbagdfbdfsSDGSDMhsjkfdhsdfbgkHKSDF",
|
|
"Issuer": "http://localhost:44316",
|
|
"Audience": "http://localhost:44316"
|
|
},
|
|
"NLog": {
|
|
"throwConfigExceptions": true,
|
|
"targets": {
|
|
"logfile": {
|
|
"type": "File",
|
|
"fileName": "E:/WebUserManager/logs/${shortdate}.log"
|
|
},
|
|
"logconsole": {
|
|
"type": "Console"
|
|
}
|
|
},
|
|
"rules": [
|
|
{
|
|
"logger": "*",
|
|
"minLevel": "Debug",
|
|
"writeTo": "logfile,logconsole"
|
|
}
|
|
]
|
|
}
|
|
} |