Files
IntegryControlPanel_Blazor/IntegryControlPanel/IntegryControlPanel/appsettings.Development.json

18 lines
421 B
JSON

{
"LDAP": {
"Server": "192.168.2.208",
"Port": "389",
"BaseDN": "OU=Azure AD,DC=studio-ml,DC=local",
"ServiceAccountDN": "CN=Administrator,CN=Users,DC=studio-ml,DC=local",
"ServiceAccountPassword": "inpmiy",
"UseSSL": "false"
},
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning",
"IntegryControlPanel.Services": "Debug"
}
}
}