Fixed application name in appsettings

This commit is contained in:
2025-10-03 16:31:24 +02:00
parent 1f356a807f
commit da3ab2f790

View File

@@ -13,7 +13,7 @@
{ "Name": "File", "Args": { "path": "logs/log.txt", "rollingInterval": "Day", "retainedFileCountLimit": 7 } } { "Name": "File", "Args": { "path": "logs/log.txt", "rollingInterval": "Day", "retainedFileCountLimit": 7 } }
], ],
"Properties": { "Properties": {
"Application": "Embeddingsearch.Indexer" "Application": "Berufsschule_HAM"
} }
}, },
"Elmah": { "Elmah": {
@@ -28,9 +28,9 @@
"Host": "ld50.dev", "Host": "ld50.dev",
"Port": 8389, "Port": 8389,
"UseSsl": false, "UseSsl": false,
"BindDn": "cn=admin,dc=localhost", "BindDn": "cn=admin,dc=migrationTest",
"BindPassword": "TestLDAP", "BindPassword": "TestLDAP",
"BaseDn": "dc=localhost", "BaseDn": "dc=migrationTest",
"AssetsOu": "ou=assets", "AssetsOu": "ou=assets",
"LocationsOu": "ou=locations", "LocationsOu": "ou=locations",
"UsersOu": "ou=users" "UsersOu": "ou=users"