23 lines
669 B
JSON
23 lines
669 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning"
|
|
}
|
|
},
|
|
"AllowedHosts": "*",
|
|
"AllowedOrigins": [ "http://localhost:4200" ],
|
|
"ConnectionStrings": {
|
|
"Default": "Server=SDD-VMP04-SQL17\\DD_DEVELOP01;Database=DD_ECM;User Id=sa;Password=dd;Encrypt=false;TrustServerCertificate=True;"
|
|
},
|
|
"DirectorySearchOptions": {
|
|
"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=*))"
|
|
}
|
|
}
|
|
}
|