Files
Berufsschule_HAM/bin/Debug/net9.0/appsettings.json
2025-09-26 11:40:52 +02:00

21 lines
413 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*",
"Ldap": {
"Host": "localhost",
"Port": 389,
"UseSsl": false,
"BindDn": "cn=admin,dc=localhost",
"BindPassword": "TestLDAP",
"BaseDn": "dc=localhost",
"AssetsOu": "ou=assets",
"LocationsOu": "ou=locations",
"UsersOu": "ou=users"
}
}