mirror of
https://github.com/LD-Reborn/Berufsschule_HAM.git
synced 2025-12-20 06:51:55 +00:00
Fixed application name in appsettings
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
{ "Name": "File", "Args": { "path": "logs/log.txt", "rollingInterval": "Day", "retainedFileCountLimit": 7 } }
|
||||
],
|
||||
"Properties": {
|
||||
"Application": "Embeddingsearch.Indexer"
|
||||
"Application": "Berufsschule_HAM"
|
||||
}
|
||||
},
|
||||
"Elmah": {
|
||||
@@ -28,9 +28,9 @@
|
||||
"Host": "ld50.dev",
|
||||
"Port": 8389,
|
||||
"UseSsl": false,
|
||||
"BindDn": "cn=admin,dc=localhost",
|
||||
"BindDn": "cn=admin,dc=migrationTest",
|
||||
"BindPassword": "TestLDAP",
|
||||
"BaseDn": "dc=localhost",
|
||||
"BaseDn": "dc=migrationTest",
|
||||
"AssetsOu": "ou=assets",
|
||||
"LocationsOu": "ou=locations",
|
||||
"UsersOu": "ou=users"
|
||||
|
||||
Reference in New Issue
Block a user