diff --git a/src/appsettings.json b/src/appsettings.json index f003816..87aeaa7 100644 --- a/src/appsettings.json +++ b/src/appsettings.json @@ -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"