mirror of
https://github.com/LD-Reborn/Berufsschule_HAM.git
synced 2025-12-20 06:51:55 +00:00
Initial commit
This commit is contained in:
19
bin/Debug/net9.0/appsettings.Development.json
Normal file
19
bin/Debug/net9.0/appsettings.Development.json
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"Logging": {
|
||||
"LogLevel": {
|
||||
"Default": "Information",
|
||||
"Microsoft.AspNetCore": "Warning"
|
||||
},
|
||||
"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"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user